Package com.openlayer.api.services.async
Class InferencePipelineServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.InferencePipelineServiceAsync.WithRawResponse
public final class InferencePipelineServiceAsyncImpl.WithRawResponseImpl implements InferencePipelineServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InferencePipelineServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DataServiceAsync.WithRawResponsedata()RowServiceAsync.WithRawResponserows()TestResultServiceAsync.WithRawResponsetestResults()CompletableFuture<HttpResponseFor<InferencePipelineRetrieveResponse>>retrieve(InferencePipelineRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InferencePipelineUpdateResponse>>update(InferencePipelineUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(InferencePipelineDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.InferencePipelineServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
InferencePipelineServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
testResults
TestResultServiceAsync.WithRawResponse testResults()
-
retrieve
CompletableFuture<HttpResponseFor<InferencePipelineRetrieveResponse>> retrieve(InferencePipelineRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<InferencePipelineUpdateResponse>> update(InferencePipelineUpdateParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(InferencePipelineDeleteParams params, RequestOptions requestOptions)
-
-
-
-