Package com.openai.services.async
Class ContainerServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ContainerServiceAsync.WithRawResponse
public final class ContainerServiceAsyncImpl.WithRawResponseImpl implements ContainerServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ContainerServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. FileServiceAsync.WithRawResponse
files()
CompletableFuture<HttpResponseFor<ContainerCreateResponse>>
create(ContainerCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<ContainerRetrieveResponse>>
retrieve(ContainerRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<ContainerListPageAsync>>
list(ContainerListParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponse>
delete(ContainerDeleteParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.async.ContainerServiceAsync.WithRawResponse
create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ContainerServiceAsync.WithRawResponse 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<HttpResponseFor<ContainerCreateResponse>> create(ContainerCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ContainerRetrieveResponse>> retrieve(ContainerRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ContainerListPageAsync>> list(ContainerListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(ContainerDeleteParams params, RequestOptions requestOptions)
-
-
-
-