接口 AnnotationQueue

接口 AnnotationQueue {
    created_at: string;
    id: string;
    name: string;
    tenant_id: string;
    updated_at: string;
    description?: string;
}

继承层级 (查看摘要)

属性

created_at: string

标注队列的创建时间戳。

id: string

标注队列的唯一标识符。

name: string

标注队列的名称。

tenant_id: string

与标注队列关联的租户 ID。

updated_at: string

标注队列上次更新的时间戳。

description?: string

标注队列的可选描述。

© . This site is unofficial and not affiliated with LangChain, Inc.
这些文档随着 LangChain v1.0 在 2025 年 10 月的发布而弃用,并且不再维护。 请访问 v1.0 文档