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
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesAnnotationQueues
Class●Since v0.8

AnnotationQueues

Copy
class AnnotationQueues

Bases

APIResource

Constructors

Properties

Methods

View source on GitHub
constructor
constructor→ AnnotationQueues
property
_client: Langsmith
property
items: Items
property
runs: Runs
method
annotationQueues→ APIPromise<AnnotationQueueSchema>
method
delete→ APIPromise<unknown>
method
export→ APIPromise<unknown>
method
populate→ APIPromise<unknown>
method
retrieve→ APIPromise<AnnotationQueueRetrieveResponse>
method
retrieveAnnotationQueues→ PagePromise<AnnotationQueueRetrieveAnnotationQueuesResponsesOffsetPaginationTopLevelArray, AnnotationQueueRetrieveAnnotationQueuesResponse>
method
retrieveQueues→ APIPromise<AnnotationQueueRetrieveQueuesResponse>
method
update→ APIPromise<unknown>
deprecatedmethod
createRunStatus→ APIPromise<unknown>
deprecatedmethod
retrieveRun→ APIPromise<RunSchemaWithAnnotationQueueInfo>
deprecatedmethod
retrieveSize→ APIPromise<AnnotationQueueSizeSchema>
deprecatedmethod
retrieveTotalArchived→ APIPromise<AnnotationQueueSizeSchema>
deprecatedmethod
retrieveTotalSize→ APIPromise<AnnotationQueueSizeSchema>

Create Annotation Queue

Delete Annotation Queue

Export Annotation Queue Archived Runs

Populate annotation queue with runs from an experiment.

Get Annotation Queue

Get Annotation Queues

Get Annotation Queues For Run

Update Annotation Queue

Create Identity Annotation Queue Run Status

Get a run from an annotation queue

Get Size From Annotation Queue

Get Total Archived From Annotation Queue

Get Total Size From Annotation Queue