属性
serde
方法
get
- get(config): Promise<undefined | Checkpoint<string, string>>
返回值 Promise<undefined | Checkpoint<string, string>>
抽象
getTuple
- getTuple(config): Promise<undefined | CheckpointTuple>
抽象
list
- list(config, limit?, before?): AsyncGenerator<CheckpointTuple, any, unknown>
参数
- config: RunnableConfig
可选
limit: number可选
before: RunnableConfig
返回值 AsyncGenerator<CheckpointTuple, any, unknown>
抽象
put
- put(config, checkpoint, metadata): Promise<RunnableConfig>
返回值 Promise<RunnableConfig>