Class FineTuningJobCheckpoint.Builder
-
- All Implemented Interfaces:
public final class FineTuningJobCheckpoint.Builder
-
-
Constructor Summary
Constructors Constructor Description FineTuningJobCheckpoint.Builder()
-
Method Summary
Modifier and Type Method Description final FineTuningJobCheckpoint.Builderid(String id)The checkpoint identifier, which can be referenced in the API endpoints. final FineTuningJobCheckpoint.Builderid(JsonField<String> id)The checkpoint identifier, which can be referenced in the API endpoints. final FineTuningJobCheckpoint.BuildercreatedAt(Long createdAt)The Unix timestamp (in seconds) for when the checkpoint was created. final FineTuningJobCheckpoint.BuildercreatedAt(JsonField<Long> createdAt)The Unix timestamp (in seconds) for when the checkpoint was created. final FineTuningJobCheckpoint.BuilderfineTunedModelCheckpoint(String fineTunedModelCheckpoint)The name of the fine-tuned checkpoint model that is created. final FineTuningJobCheckpoint.BuilderfineTunedModelCheckpoint(JsonField<String> fineTunedModelCheckpoint)The name of the fine-tuned checkpoint model that is created. final FineTuningJobCheckpoint.BuilderfineTuningJobId(String fineTuningJobId)The name of the fine-tuning job that this checkpoint was created from. final FineTuningJobCheckpoint.BuilderfineTuningJobId(JsonField<String> fineTuningJobId)The name of the fine-tuning job that this checkpoint was created from. final FineTuningJobCheckpoint.Buildermetrics(FineTuningJobCheckpoint.Metrics metrics)Metrics at the step number during the fine-tuning job. final FineTuningJobCheckpoint.Buildermetrics(JsonField<FineTuningJobCheckpoint.Metrics> metrics)Metrics at the step number during the fine-tuning job. final FineTuningJobCheckpoint.Builderobject_(JsonValue object_)The object type, which is always "fine_tuning.job.checkpoint". final FineTuningJobCheckpoint.BuilderstepNumber(Long stepNumber)The step number that the checkpoint was created at. final FineTuningJobCheckpoint.BuilderstepNumber(JsonField<Long> stepNumber)The step number that the checkpoint was created at. final FineTuningJobCheckpoint.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final FineTuningJobCheckpoint.BuilderputAdditionalProperty(String key, JsonValue value)final FineTuningJobCheckpoint.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final FineTuningJobCheckpoint.BuilderremoveAdditionalProperty(String key)final FineTuningJobCheckpoint.BuilderremoveAllAdditionalProperties(Set<String> keys)final FineTuningJobCheckpointbuild()-
-
Method Detail
-
id
final FineTuningJobCheckpoint.Builder id(String id)
The checkpoint identifier, which can be referenced in the API endpoints.
-
id
final FineTuningJobCheckpoint.Builder id(JsonField<String> id)
The checkpoint identifier, which can be referenced in the API endpoints.
-
createdAt
final FineTuningJobCheckpoint.Builder createdAt(Long createdAt)
The Unix timestamp (in seconds) for when the checkpoint was created.
-
createdAt
final FineTuningJobCheckpoint.Builder createdAt(JsonField<Long> createdAt)
The Unix timestamp (in seconds) for when the checkpoint was created.
-
fineTunedModelCheckpoint
final FineTuningJobCheckpoint.Builder fineTunedModelCheckpoint(String fineTunedModelCheckpoint)
The name of the fine-tuned checkpoint model that is created.
-
fineTunedModelCheckpoint
final FineTuningJobCheckpoint.Builder fineTunedModelCheckpoint(JsonField<String> fineTunedModelCheckpoint)
The name of the fine-tuned checkpoint model that is created.
-
fineTuningJobId
final FineTuningJobCheckpoint.Builder fineTuningJobId(String fineTuningJobId)
The name of the fine-tuning job that this checkpoint was created from.
-
fineTuningJobId
final FineTuningJobCheckpoint.Builder fineTuningJobId(JsonField<String> fineTuningJobId)
The name of the fine-tuning job that this checkpoint was created from.
-
metrics
final FineTuningJobCheckpoint.Builder metrics(FineTuningJobCheckpoint.Metrics metrics)
Metrics at the step number during the fine-tuning job.
-
metrics
final FineTuningJobCheckpoint.Builder metrics(JsonField<FineTuningJobCheckpoint.Metrics> metrics)
Metrics at the step number during the fine-tuning job.
-
object_
final FineTuningJobCheckpoint.Builder object_(JsonValue object_)
The object type, which is always "fine_tuning.job.checkpoint".
-
stepNumber
final FineTuningJobCheckpoint.Builder stepNumber(Long stepNumber)
The step number that the checkpoint was created at.
-
stepNumber
final FineTuningJobCheckpoint.Builder stepNumber(JsonField<Long> stepNumber)
The step number that the checkpoint was created at.
-
additionalProperties
final FineTuningJobCheckpoint.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FineTuningJobCheckpoint.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FineTuningJobCheckpoint.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FineTuningJobCheckpoint.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FineTuningJobCheckpoint.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FineTuningJobCheckpoint build()
-
-
-
-