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_clientresourcesAnnotationQueueUpdateParams
Interface●Since v0.8

AnnotationQueueUpdateParams

Copy
interface AnnotationQueueUpdateParams

Properties

property
default_dataset: string | null
property
description: string | null
property
enable_reservations: boolean
property
metadata: __type | Missing | null
property
name: string | null
property
num_reviewers_per_item: number | Missing | null
property
reservation_minutes: number | null
property
reviewer_access_mode: "any" | "assigned" | null
property
rubric_instructions: string | null
property
rubric_items: AnnotationQueueRubricItemSchema[] | null
View source on GitHub