LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithschemasAnnotationQueueWithDetails
Interface●Since v0.3

AnnotationQueueWithDetails

Copy
interface AnnotationQueueWithDetails

Bases

AnnotationQueue

Properties

property
created_at: string

Timestamp when the sandbox was created.

property
description: string
property
id: string

Unique identifier (UUID). Remains constant even if name changes.

property
name: string

Display name (can be updated).

property
rubric_instructions: string

The rubric instructions for the annotation queue.

property
rubric_items: AnnotationQueueRubricItem[]

The rubric items for the annotation queue.

property
tenant_id: string

The ID of the tenant associated with the annotation queue.

property
updated_at: string

Timestamp when the sandbox was last updated.

Inherited fromAnnotationQueue

Properties

Pcreated_at: string
—

Timestamp when the sandbox was created.

Pdescription: string | nullPid: string
—

Unique identifier (UUID). Remains constant even if name changes.

Pname: string
—

Display name (can be updated).

Ptenant_id: string
—

The ID of the tenant associated with the annotation queue.

Pupdated_at: string
—

Timestamp when the sandbox was last updated.

View source on GitHub