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
JavaScriptlangsmithschemasUpdateExamplesResponse
Interface●Since v0.2

UpdateExamplesResponse

Copy
interface UpdateExamplesResponse

Bases

UploadExamplesResponse

Properties

property
as_of: string

Only modifications made on or before this time are included. If None, the latest version of the dataset is used.

property
count: number
property
example_ids: string[]

example_ids optionally restricts the page to these dataset example UUIDs (max 1000).

Inherited fromUploadExamplesResponse

Properties

Pas_of: string | string & __type
—

Only modifications made on or before this time are included. If None, the latest

Pcount: numberPexample_ids: string[]
—

example_ids optionally restricts the page to these dataset example UUIDs (max

View source on GitHub