Interface TunedModelCheckpoint

TunedModelCheckpoint for the Tuned Model of a Tuning Job.

interface TunedModelCheckpoint {
    checkpointId?: string;
    endpoint?: string;
    epoch?: string;
    step?: string;
}

Properties

checkpointId?: string

The ID of the checkpoint.

endpoint?: string

The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

epoch?: string

The epoch of the checkpoint.

step?: string

The step of the checkpoint.