Package com.openai.services.async
Class FineTuningServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.FineTuningServiceAsync.WithRawResponse
public final class FineTuningServiceAsyncImpl.WithRawResponseImpl implements FineTuningServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FineTuningServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. MethodServiceAsync.WithRawResponsemethods()JobServiceAsync.WithRawResponsejobs()Manage fine-tuning jobs to tailor a model to your specific training data. CheckpointServiceAsync.WithRawResponsecheckpoints()AlphaServiceAsync.WithRawResponsealpha()-
-
Method Detail
-
withOptions
FineTuningServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
methods
MethodServiceAsync.WithRawResponse methods()
-
jobs
JobServiceAsync.WithRawResponse jobs()
Manage fine-tuning jobs to tailor a model to your specific training data.
-
checkpoints
CheckpointServiceAsync.WithRawResponse checkpoints()
-
-
-
-