Store a checkpoint with its configuration and metadata.
put(
self,
config: RunnableConfig,
checkpoint: Checkpoint,
metadata: CheckpointMetadata,
new_versions: ChannelVersions
) -> RunnableConfig| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | Configuration for the checkpoint. |
checkpoint* | Checkpoint | The checkpoint to store. |
metadata* | CheckpointMetadata | Additional metadata for the checkpoint. |
new_versions* | ChannelVersions | New channel versions as of this write. |