sttp.openai.requests.finetuning.FineTuningJobCheckpointResponse
See theFineTuningJobCheckpointResponse companion object
case class FineTuningJobCheckpointResponse(id: String, createdAt: Int, fineTunedModelCheckpoint: String, stepNumber: Int, metrics: Metrics, fineTuningJobId: String, `object`: String)
The fine_tuning.job.checkpoint object represents a model checkpoint for a fine-tuning job that is ready to use.
Value parameters
- `object`
-
The object type, which is always "fine_tuning.job.checkpoint".
- createdAt
-
The Unix timestamp (in seconds) for when the checkpoint was created.
- fineTunedModelCheckpoint
-
The name of the fine-tuned checkpoint model that is created.
- fineTuningJobId
-
The name of the fine-tuning job that this checkpoint was created from.
- id
-
The checkpoint identifier, which can be referenced in the API endpoints.
- metrics
-
Metrics at the step number during the fine-tuning job.
- stepNumber
-
The step number that the checkpoint was created at.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article