Package com.openlayer.api.services.async
Class InferencePipelineServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.InferencePipelineServiceAsync
public final class InferencePipelineServiceAsyncImpl implements InferencePipelineServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InferencePipelineServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InferencePipelineServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DataServiceAsyncdata()RowServiceAsyncrows()TestResultServiceAsynctestResults()CompletableFuture<InferencePipelineRetrieveResponse>retrieve(InferencePipelineRetrieveParams params, RequestOptions requestOptions)CompletableFuture<InferencePipelineUpdateResponse>update(InferencePipelineUpdateParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(InferencePipelineDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.async.InferencePipelineServiceAsync
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
-
withRawResponse
InferencePipelineServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InferencePipelineServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
data
DataServiceAsync data()
-
rows
RowServiceAsync rows()
-
testResults
TestResultServiceAsync testResults()
-
retrieve
CompletableFuture<InferencePipelineRetrieveResponse> retrieve(InferencePipelineRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<InferencePipelineUpdateResponse> update(InferencePipelineUpdateParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(InferencePipelineDeleteParams params, RequestOptions requestOptions)
-
-
-
-