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