Package com.openai.services.async
Class ContainerServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ContainerServiceAsync
public final class ContainerServiceAsyncImpl implements ContainerServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ContainerServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ContainerServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. FileServiceAsync
files()
CompletableFuture<ContainerCreateResponse>
create(ContainerCreateParams params, RequestOptions requestOptions)
CompletableFuture<ContainerRetrieveResponse>
retrieve(ContainerRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<ContainerListPageAsync>
list(ContainerListParams params, RequestOptions requestOptions)
CompletableFuture<Void>
delete(ContainerDeleteParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.async.ContainerServiceAsync
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
-
withRawResponse
ContainerServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
files
FileServiceAsync files()
-
create
CompletableFuture<ContainerCreateResponse> create(ContainerCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ContainerRetrieveResponse> retrieve(ContainerRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ContainerListPageAsync> list(ContainerListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(ContainerDeleteParams params, RequestOptions requestOptions)
-
-
-
-