Interface InferencePipelineServiceAsync
-
- All Implemented Interfaces:
public interface InferencePipelineServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInferencePipelineServiceAsync.WithRawResponseA view of InferencePipelineServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract InferencePipelineServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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(String pathProjectId, InferencePipelineCreateParams params)
Create an inference pipeline in a project.
-
create
CompletableFuture<InferencePipelineCreateResponse> create(String pathProjectId, InferencePipelineCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<InferencePipelineCreateResponse> create(InferencePipelineCreateParams params)
-
create
abstract CompletableFuture<InferencePipelineCreateResponse> create(InferencePipelineCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InferencePipelineListResponse> list(String projectId)
List the inference pipelines in a project.
-
list
CompletableFuture<InferencePipelineListResponse> list(String projectId, InferencePipelineListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InferencePipelineListResponse> list(String projectId, InferencePipelineListParams params)
-
list
abstract CompletableFuture<InferencePipelineListResponse> list(InferencePipelineListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InferencePipelineListResponse> list(String projectId, RequestOptions requestOptions)
-
-
-
-