put(
config: RunnableConfig,
checkpoint: Checkpoint,
metadata: CheckpointMetadata
): Promise| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | |
checkpoint* | Checkpoint | |
metadata* | CheckpointMetadata |
Saves a checkpoint to the MongoDB database. The checkpoint is associated with the provided config and its parent config (if any).