Class: DatadogAPIClient::V2::LLMObsExperimentationAnalyticsResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentationAnalyticsResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_result.rb
Overview
Analytics query result containing all buckets.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#values ⇒ Object
readonly
List of result buckets.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_result.rb', line 27 def additional_properties @additional_properties end |
#values ⇒ Object
List of result buckets.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_result.rb', line 25 def values @values end |