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

Dataset

Dataset schema.

Copy
interface Dataset

Properties

property
baseline_experiment_id: string | null
property
created_at: string
property
data_type: DataType | null

Enum for dataset data types.

property
description: string | null
property
example_count: number | null
property
externally_managed: boolean | null
property
id: string
property
inputs_schema_definition: __type | null
property
last_session_start_time: string | null
property
metadata: __type | null
property
modified_at: string
property
name: string
property
outputs_schema_definition: __type | null
property
session_count: number
property
tenant_id: string
property
transformations: DatasetTransformation[] | null
View source on GitHub