Package com.openlayer.api.services.async
Class ProjectServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.ProjectServiceAsync
public final class ProjectServiceAsyncImpl implements ProjectServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ProjectServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ProjectServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CommitServiceAsynccommits()InferencePipelineServiceAsyncinferencePipelines()TestServiceAsynctests()CompletableFuture<ProjectCreateResponse>create(ProjectCreateParams params, RequestOptions requestOptions)CompletableFuture<ProjectListResponse>list(ProjectListParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(ProjectDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ProjectServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ProjectServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
commits
CommitServiceAsync commits()
-
inferencePipelines
InferencePipelineServiceAsync inferencePipelines()
-
tests
TestServiceAsync tests()
-
create
CompletableFuture<ProjectCreateResponse> create(ProjectCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ProjectListResponse> list(ProjectListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(ProjectDeleteParams params, RequestOptions requestOptions)
-
-
-
-