snowflake.snowpark_checkpoints_configuration.CheckpointMetadata

class snowflake.snowpark_checkpoints_configuration.CheckpointMetadata(*args, **kwargs)

Bases: object

CheckpointMetadata class.

This is a singleton class that reads the checkpoints.json file and provides an interface to get the checkpoint configuration.

Parameters:

metaclass (Singleton, optional) – Defaults to Singleton.

Methods

get_checkpoint(checkpoint_name: str) Checkpoint

Get a checkpoint by its name.

Parameters:

checkpoint_name (str) – checkpoint name

Returns:

Checkpoint configuration instance

Return type:

Checkpoint