Interface TuningJobMetadata

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

interface TuningJobMetadata {
    completedEpochCount?: string;
    completedStepCount?: string;
}

Properties

completedEpochCount?: string

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

completedStepCount?: string

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