Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigEvalScope

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_eval_scope.rb

Overview

Scope at which to evaluate spans.

Constant Summary collapse

SPAN =
"span".freeze
TRACE =
"trace".freeze
SESSION =
"session".freeze

Method Summary

Methods included from BaseEnumModel

included