TuningJobMetadata

@Serializable
data class TuningJobMetadata(val completedEpochCount: Long? = null, val completedStepCount: Long? = null)

Tuning job metadata. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(completedEpochCount: Long? = null, completedStepCount: Long? = null)

Properties

Link copied to clipboard

Output only. The number of epochs that have been completed.

Link copied to clipboard

Output only. The number of steps that have been completed. Set for Multi-Step RL.