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

SessionCreateParams

Copy
interface SessionCreateParams

Properties

property
default_dataset_id: string | null
property
description: string | null
property
end_time: string | null
property
evaluator_keys: string[] | null

Body param

property
extra: __type | null
property
id: string | null
property
kicked_off_by: string | null

Body param

property
name: string
property
num_examples: number | null

Body param

property
num_repetitions: number | null

Body param

property
reference_dataset_id: string | null
property
tag_value_ids: string[] | null
property
upsert: boolean

Query param

deprecatedproperty
start_time: string
deprecatedproperty
trace_tier: "longlived" | "shortlived" | null
View source on GitHub