Class: DatadogAPIClient::V2::LLMObsContentBlockLLMObsTraceInteractionType

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

Overview

Upstream interaction type referenced by an llmobs_trace block. Restricted to trace or experiment_trace.

Constant Summary collapse

TRACE =
"trace".freeze
EXPERIMENT_TRACE =
"experiment_trace".freeze

Method Summary

Methods included from BaseEnumModel

included