Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigParsingType

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

Overview

Output parsing type for a custom LLM judge evaluator.

Constant Summary collapse

STRUCTURED_OUTPUT =
"structured_output".freeze
JSON =
"json".freeze

Method Summary

Methods included from BaseEnumModel

included