类 BaseCheckpointSaver抽象

层次结构 (查看全部)

构造函数

属性

方法

构造函数

属性

serde: SerializerProtocol<unknown>

方法

  • 参数

    • config: RunnableConfig

    返回值 Promise<undefined | Checkpoint<string, string>>

  • 参数

    • config: RunnableConfig

    返回值 Promise<undefined | CheckpointTuple>

  • 参数

    • config: RunnableConfig
    • 可选 limit: number
    • 可选 before: RunnableConfig

    返回值 AsyncGenerator<CheckpointTuple, any, unknown>

  • 参数

    返回值 Promise<RunnableConfig>