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

constructor
constructor

Properties

property
_client: Langsmith
property
items: Items
property
runs: Runs

Methods

method
annotationQueues→ APIPromise<AnnotationQueueSchema>

Create Annotation Queue

method
createRunStatus→ APIPromise<unknown>

Create Identity Annotation Queue Run Status

method
delete→ APIPromise<Rsp>
method
export→ APIPromise<unknown>

Export Annotation Queue Archived Runs

method
populate→ APIPromise<unknown>

Populate annotation queue with runs from an experiment.

method
retrieve→ APIPromise<Run>

Alpha: The request and response contract may change; Returns one run within the trace identified by the share token. The request supplies only the run ID and that run's exact start_time coordinate.

method
retrieveAnnotationQueues→ PagePromise<AnnotationQueueRetrieveAnnotationQueuesResponsesOffsetPaginationTopLevelArray, AnnotationQueueRetrieveAnnotationQueuesResponse>

Get Annotation Queues

method
retrieveQueues→ APIPromise<AnnotationQueueRetrieveQueuesResponse>

Get Annotation Queues For Run

method
retrieveRun→ APIPromise<RunSchemaWithAnnotationQueueInfo>

Get a run from an annotation queue

method
retrieveSize→ APIPromise<AnnotationQueueSizeSchema>

Get Size From Annotation Queue

method
retrieveTotalArchived→ APIPromise<AnnotationQueueSizeSchema>

Get Total Archived From Annotation Queue

method
retrieveTotalSize→ APIPromise<AnnotationQueueSizeSchema>

Get Total Size From Annotation Queue

method
update→ APIPromise<ItemUpdateResponse>

Partially update mutable timestamps (added_at, last_reviewed_time) for a RUN or THREAD annotation queue item. Omit a field, or pass JSON null, to leave it unchanged.

View source on GitHub