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

ExampleRetrieveCountParams

Copy
interface ExampleRetrieveCountParams

Properties

property
as_of: string | string & __type

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

property
dataset: string | null
property
filter: string | null
property
full_text_contains: string[] | null
property
id: string[] | null
property
metadata: string | null
property
splits: string[] | null
View source on GitHub