Package com.openai.models
Class FineTuningJob.Method.Supervised
-
- All Implemented Interfaces:
public final class FineTuningJob.Method.Supervised
Configuration for the supervised fine-tuning method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJob.Method.Supervised.Builder
public final class
FineTuningJob.Method.Supervised.Hyperparameters
The hyperparameters used for the fine-tuning job.
-
Method Summary
Modifier and Type Method Description final Optional<FineTuningJob.Method.Supervised.Hyperparameters>
hyperparameters()
The hyperparameters used for the fine-tuning job. final JsonField<FineTuningJob.Method.Supervised.Hyperparameters>
_hyperparameters()
The hyperparameters used for the fine-tuning job. final Map<String, JsonValue>
_additionalProperties()
final FineTuningJob.Method.Supervised
validate()
final FineTuningJob.Method.Supervised.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FineTuningJob.Method.Supervised.Builder
builder()
-
-
Method Detail
-
hyperparameters
final Optional<FineTuningJob.Method.Supervised.Hyperparameters> hyperparameters()
The hyperparameters used for the fine-tuning job.
-
_hyperparameters
final JsonField<FineTuningJob.Method.Supervised.Hyperparameters> _hyperparameters()
The hyperparameters used for the fine-tuning job.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FineTuningJob.Method.Supervised validate()
-
toBuilder
final FineTuningJob.Method.Supervised.Builder toBuilder()
-
builder
final static FineTuningJob.Method.Supervised.Builder builder()
-
-
-
-