ray.train.ReportedCheckpoint#

class ray.train.ReportedCheckpoint(checkpoint: Checkpoint, metrics: Dict[str, Any])#

A user-reported checkpoint and its associated metrics.

checkpoint#

The checkpoint reported by the user.

Type:

ray.train.Checkpoint

metrics#

The metrics associated with that checkpoint.

Type:

Dict[str, Any]

PublicAPI (alpha): This API is in alpha and may change before becoming stable.