Class PermissionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync
public final class PermissionServiceAsyncImpl implements PermissionServiceAsync
Manage fine-tuning jobs to tailor a model to your specific training data.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPermissionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description PermissionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. PermissionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<PermissionCreatePageAsync>create(PermissionCreateParams params, RequestOptions requestOptions)CompletableFuture<PermissionRetrieveResponse>retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<PermissionListPageAsync>list(PermissionListParams params, RequestOptions requestOptions)CompletableFuture<PermissionDeleteResponse>delete(PermissionDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.finetuning.checkpoints.PermissionServiceAsync
create, create, create, delete, delete, delete, list, list, 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
PermissionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
PermissionServiceAsync 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<PermissionCreatePageAsync> create(PermissionCreateParams params, RequestOptions requestOptions)
-
retrieve
@Deprecated(message = "Retrieve is deprecated. Please swap to the paginated list method instead.") CompletableFuture<PermissionRetrieveResponse> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<PermissionListPageAsync> list(PermissionListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<PermissionDeleteResponse> delete(PermissionDeleteParams params, RequestOptions requestOptions)
-
-
-
-