FineTuningJobCheckpointResponse

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product