LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
PythonlangsmithschemasAnnotationQueue
Class●Since v0.0

AnnotationQueue

Represents an annotation queue.

Copy
AnnotationQueue()

Bases

BaseModel

Attributes

View source on GitHub
attribute
id: UUID
attribute
name: str
attribute
description: Optional[str]
attribute
created_at: datetime
attribute
updated_at: datetime
attribute
tenant_id: UUID

The unique identifier of the annotation queue.

The name of the annotation queue.

An optional description of the annotation queue.

The timestamp when the annotation queue was created.

The timestamp when the annotation queue was last updated.

The ID of the tenant associated with the annotation queue.