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

ExampleValidationResult

Validation result for Example, combining fields from Create/Base/Update schemas.

Copy
interface ExampleValidationResult

Properties

property
created_at: string | null
property
dataset_id: string | null
property
id: string | null
property
inputs: __type | null
property
metadata: __type | null
property
outputs: __type | null
property
overwrite: boolean
property
source_run_id: string | null
property
split: string | string[] | null
property
use_source_run_io: boolean
View source on GitHub