Package com.openlayer.api.services.async
Class ProjectServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.async.ProjectServiceAsync.WithRawResponse
public final class ProjectServiceAsyncImpl.WithRawResponseImpl implements ProjectServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ProjectServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CommitServiceAsync.WithRawResponsecommits()InferencePipelineServiceAsync.WithRawResponseinferencePipelines()TestServiceAsync.WithRawResponsetests()CompletableFuture<HttpResponseFor<ProjectCreateResponse>>create(ProjectCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProjectListResponse>>list(ProjectListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(ProjectDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
ProjectServiceAsync.WithRawResponse 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.WithRawResponse commits()
-
inferencePipelines
InferencePipelineServiceAsync.WithRawResponse inferencePipelines()
-
create
CompletableFuture<HttpResponseFor<ProjectCreateResponse>> create(ProjectCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ProjectListResponse>> list(ProjectListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(ProjectDeleteParams params, RequestOptions requestOptions)
-
-
-
-