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

DatasetListResponse

Public schema for datasets.

Doesn't currently include session counts/stats since public test project sharing is not yet shipped

Copy
interface DatasetListResponse

Properties

property
created_at: string
property
data_type: DataType | null

Enum for dataset data types.

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