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
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
PythonlangsmithschemasRunWithAnnotationQueueInfo
Class●Since v0.0

RunWithAnnotationQueueInfo

Run schema with annotation queue info.

Copy
RunWithAnnotationQueueInfo()

Bases

RunBase

Attributes

attribute
last_reviewed_time: Optional[datetime]

The last time this run was reviewed.

attribute
added_at: Optional[datetime]

The time this run was added to the queue.

Inherited fromRunBase

Attributes

Aid: UUIDAname: Optional[str]
—

Optional name for the run.

Astart_time: datetimeArun_type: run_typeAend_time: Optional[datetime]
—

End time of the run, if applicable.

Aextra: extraAerror: Optional[str]
—

Error message, if the run encountered any issues.

Aserialized: Optional[dict]
—

Serialized object that executed the run for potential reuse.

Aevents: list[dict]
—

List of events associated with the run, like

Ainputs: inputsAoutputs: Optional[dict[str, Any]]Areference_example_id: Optional[ls_client.ID_TYPE]
—

Optional ID of a reference example.

Aparent_run_id: Optional[UUID]
—

Identifier for a parent run, if this run is a sub-run.

Atags: Optional[list[str]]
—

Optional list of tags for the run.

Aattachments: attachmentsAmetadata: Optional[dict[str, Any]]
—

Optional metadata for the run.

Arevision_id: Optional[UUID]
—

Retrieve the revision ID (if any).

Alatency: Optional[float]
—

Latency in seconds.

Amodel_config
View source on GitHub