Class InferencePipelineServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.projects.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. CompletableFuture<InferencePipelineCreateResponse>create(InferencePipelineCreateParams params, RequestOptions requestOptions)CompletableFuture<InferencePipelineListResponse>list(InferencePipelineListParams params, RequestOptions requestOptions)-
-
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.
-
create
CompletableFuture<InferencePipelineCreateResponse> create(InferencePipelineCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InferencePipelineListResponse> list(InferencePipelineListParams params, RequestOptions requestOptions)
-
-
-
-