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

OnlineEvaluatorSpendParams

Copy
interface OnlineEvaluatorSpendParams

Properties

property
dataset_id: string

Filter to a specific dataset (UUID). Mutually exclusive with group_by.

property
evaluator_id: string

Filter to a specific evaluator (UUID). Mutually exclusive with group_by.

property
feedback_key: string

Filter grouped results by evaluator feedback key. Only valid with group_by.

property
group_by: string

Aggregation mode: 'evaluator', 'resource', or 'run_rule'. Mutually exclusive with entity filters.

property
period_start: string

Start of the 7-day window (YYYY-MM-DD).

property
resource_id: string[]

Filter grouped results to evaluators attached to all supplied project or dataset IDs. Only valid with group_by.

property
session_id: string

Filter to a specific project (UUID). Mutually exclusive with group_by.

property
tag_value_id: string[]

Filter grouped results to evaluators, projects, or datasets tagged with all supplied tag value IDs. Only valid with group_by.

property
type: string

Filter grouped results by evaluator type: 'llm' or 'code'. Only valid with group_by.

View source on GitHub