返回文档
正在准备搜索索引...
搜索索引不可用
API 参考
API 参考
checkpoint
MemorySaver
类 MemorySaver
继承关系 (
查看全部
)
BaseCheckpointSaver
MemorySaver
索引
构造函数
constructor
属性
serde
storage
writes
方法
_get
Pending
Sends
get
get
Next
Version
get
Tuple
list
put
put
Writes
构造函数
constructor
new
Memory
Saver
(
serde
?
)
:
MemorySaver
参数
可选
serde
:
SerializerProtocol
返回
MemorySaver
属性
serde
serde
:
SerializerProtocol
storage
storage
:
Record
<
string
,
Record
<
string
,
Record
<
string
,
[
Uint8Array
,
Uint8Array
,
undefined
|
string
]
>
>
>
writes
writes
:
Record
<
string
,
[
string
,
string
,
unknown
]
[]
>
方法
_get
Pending
Sends
_get
Pending
Sends
(
threadId
,
checkpointNs
,
parentCheckpointId
?
)
:
Promise
<
SendProtocol
[]
>
参数
threadId
:
string
checkpointNs
:
string
可选
parentCheckpointId
:
string
返回
Promise
<
SendProtocol
[]
>
get
get
(
config
)
:
Promise
<
undefined
|
Checkpoint
<
string
,
string
>
>
参数
config
:
RunnableConfig
返回
Promise
<
undefined
|
Checkpoint
<
string
,
string
>
>
get
Next
Version
get
Next
Version
(
current
,
_channel
)
:
number
为一个通道生成下一个版本 ID。
默认使用整数版本,每次递增 1。如果重写,可以使用 str/int/float 版本,只要它们是单调递增的。
参数
current
:
undefined
|
number
_channel
:
ChannelProtocol
<
unknown
,
unknown
,
unknown
>
返回
number
get
Tuple
get
Tuple
(
config
)
:
Promise
<
undefined
|
CheckpointTuple
>
参数
config
:
RunnableConfig
返回
Promise
<
undefined
|
CheckpointTuple
>
list
list
(
config
,
options
?
)
:
AsyncGenerator
<
CheckpointTuple
,
any
,
unknown
>
参数
config
:
RunnableConfig
可选
options
:
CheckpointListOptions
返回
AsyncGenerator
<
CheckpointTuple
,
any
,
unknown
>
put
put
(
config
,
checkpoint
,
metadata
)
:
Promise
<
RunnableConfig
>
参数
config
:
RunnableConfig
checkpoint
:
Checkpoint
<
string
,
string
>
metadata
:
CheckpointMetadata
返回
Promise
<
RunnableConfig
>
put
写入
put
写入
(
config
,
writes
,
taskId
)
:
Promise
<
void
>
存储与检查点相关的中间写入。
参数
config
:
RunnableConfig
writes
:
PendingWrite
<
string
>
[]
taskId
:
string
返回
Promise
<
void
>
设置
成员可见性
受保护
私有
继承
外部
主题
操作系统
浅色
深色
本页内容
constructor
serde
storage
writes
_get
Pending
Sends
get
get
Next
Version
get
Tuple
list
put
put
Writes
API 参考
正在加载...
为一个通道生成下一个版本 ID。
默认使用整数版本,每次递增 1。如果重写,可以使用 str/int/float 版本,只要它们是单调递增的。