Class AlphaServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.finetuning.AlphaServiceAsync.WithRawResponse
public final class AlphaServiceAsyncImpl.WithRawResponseImpl implements AlphaServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AlphaServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. GraderServiceAsync.WithRawResponsegraders()Manage fine-tuning jobs to tailor a model to your specific training data. -
-
Method Detail
-
withOptions
AlphaServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
graders
GraderServiceAsync.WithRawResponse graders()
Manage fine-tuning jobs to tailor a model to your specific training data.
-
-
-
-