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
PythonlangsmithschemasAnnotationQueueWithDetails
Class●Since v0.3

AnnotationQueueWithDetails

Represents an annotation queue with details.

Copy
AnnotationQueueWithDetails()

Bases

AnnotationQueue

Attributes

attribute
rubric_instructions: Optional[str]

The rubric instructions for the annotation queue.

Inherited fromAnnotationQueue

Attributes

Aid: UUID
—

The unique identifier of the annotation queue.

Aname: str
—

The name of the annotation queue.

Adescription: Optional[str]
—

An optional description of the annotation queue.

Acreated_at: datetime
—

The timestamp when the annotation queue was created.

Aupdated_at: datetime
—

The timestamp when the annotation queue was last updated.

Atenant_id: UUID
—

The ID of the tenant associated with the annotation queue.

View source on GitHub