Class: DatadogAPIClient::V2::LLMObsExperimentationAnalyticsCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentationAnalyticsCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_compute.rb
Overview
A single metric computation definition.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#metric ⇒ Object
readonly
Name of the metric to compute.
-
#name ⇒ Object
Optional alias for this computation in the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_compute.rb', line 30 def additional_properties @additional_properties end |
#metric ⇒ Object
Name of the metric to compute.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_compute.rb', line 25 def metric @metric end |
#name ⇒ Object
Optional alias for this computation in the response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_compute.rb', line 28 def name @name end |