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

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithindexDataset
Interface●Since v0.0

Dataset

Copy
interface Dataset

Bases

BaseDataset

Properties

property
created_at: string

Timestamp when the sandbox was created.

property
data_type: DataType
property
description: string
property
example_count: number
property
id: string

Unique identifier (UUID). Remains constant even if name changes.

property
inputs_schema_definition: KVMap
property
last_session_start_time: number
property
modified_at: string
property
name: string

Display name (can be updated).

property
outputs_schema_definition: KVMap
property
session_count: number
property
tenant_id: string

The ID of the tenant associated with the annotation queue.

Inherited fromBaseDataset

Properties

Pdata_type: DataTypePdescription: string | nullPinputs_schema_definition: KVMapPname: string
—

Display name (can be updated).

Poutputs_schema_definition: KVMapPtenant_id: string
—

The ID of the tenant associated with the annotation queue.

View source on GitHub