ray.air.checkpoint.Checkpoint.from_dict
ray.air.checkpoint.Checkpoint.from_dict#
- classmethod Checkpoint.from_dict(data: dict) ray.air.checkpoint.Checkpoint [source]#
Create checkpoint object from dictionary.
- Parameters
data – Dictionary containing checkpoint data.
- Returns
checkpoint object.
- Return type