Interface GraphragServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface GraphragServiceAsync.WithRawResponseA view of GraphragServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract GraphragServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
getStats
CompletableFuture<HttpResponseFor<GraphragGetStatsResponse>> getStats(String id)
Returns a raw HTTP response for
get /vault/{id}/graphrag/stats, but is otherwise the same as GraphragServiceAsync.getStats.
-
getStats
CompletableFuture<HttpResponseFor<GraphragGetStatsResponse>> getStats(String id, GraphragGetStatsParams params, RequestOptions requestOptions)
-
getStats
CompletableFuture<HttpResponseFor<GraphragGetStatsResponse>> getStats(String id, GraphragGetStatsParams params)
-
getStats
abstract CompletableFuture<HttpResponseFor<GraphragGetStatsResponse>> getStats(GraphragGetStatsParams params, RequestOptions requestOptions)
-
getStats
CompletableFuture<HttpResponseFor<GraphragGetStatsResponse>> getStats(GraphragGetStatsParams params)
-
getStats
CompletableFuture<HttpResponseFor<GraphragGetStatsResponse>> getStats(String id, RequestOptions requestOptions)
-
init
CompletableFuture<HttpResponseFor<GraphragInitResponse>> init(String id)
Returns a raw HTTP response for
post /vault/{id}/graphrag/init, but is otherwise the same as GraphragServiceAsync.init.
-
init
CompletableFuture<HttpResponseFor<GraphragInitResponse>> init(String id, GraphragInitParams params, RequestOptions requestOptions)
-
init
CompletableFuture<HttpResponseFor<GraphragInitResponse>> init(String id, GraphragInitParams params)
-
init
abstract CompletableFuture<HttpResponseFor<GraphragInitResponse>> init(GraphragInitParams params, RequestOptions requestOptions)
-
init
CompletableFuture<HttpResponseFor<GraphragInitResponse>> init(GraphragInitParams params)
-
init
CompletableFuture<HttpResponseFor<GraphragInitResponse>> init(String id, RequestOptions requestOptions)
-
processObject
CompletableFuture<HttpResponseFor<GraphragProcessObjectResponse>> processObject(String objectId, GraphragProcessObjectParams params)
Returns a raw HTTP response for
post /vault/{id}/graphrag/{objectId}, but is otherwise the same as GraphragServiceAsync.processObject.
-
processObject
CompletableFuture<HttpResponseFor<GraphragProcessObjectResponse>> processObject(String objectId, GraphragProcessObjectParams params, RequestOptions requestOptions)
-
processObject
CompletableFuture<HttpResponseFor<GraphragProcessObjectResponse>> processObject(GraphragProcessObjectParams params)
-
processObject
abstract CompletableFuture<HttpResponseFor<GraphragProcessObjectResponse>> processObject(GraphragProcessObjectParams params, RequestOptions requestOptions)
-
-
-
-