Interface Checkpoint

Describes the machine learning model version checkpoint.

interface Checkpoint {
    checkpointId?: string;
    epoch?: string;
    step?: string;
}

Properties

checkpointId?: string

The ID of the checkpoint.

epoch?: string

The epoch of the checkpoint.

step?: string

The step of the checkpoint.