Class: DatadogAPIClient::V2::LLMObsSpanEvaluationMetric
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsSpanEvaluationMetric
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb
Overview
An evaluation metric associated with an LLM Observability span.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assessment ⇒ Object
Assessment result (e.g., pass or fail).
-
#eval_metric_type ⇒ Object
Type of the evaluation metric (e.g., score, categorical, boolean).
-
#reasoning ⇒ Object
Human-readable reasoning for the evaluation result.
-
#status ⇒ Object
Status of the evaluation execution.
-
#tags ⇒ Object
Tags associated with the evaluation metric.
-
#value ⇒ Object
Value of the evaluation result.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 42 def additional_properties @additional_properties end |
#assessment ⇒ Object
Assessment result (e.g., pass or fail).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 25 def assessment @assessment end |
#eval_metric_type ⇒ Object
Type of the evaluation metric (e.g., score, categorical, boolean).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 28 def eval_metric_type @eval_metric_type end |
#reasoning ⇒ Object
Human-readable reasoning for the evaluation result.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 31 def reasoning @reasoning end |
#status ⇒ Object
Status of the evaluation execution.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 34 def status @status end |
#tags ⇒ Object
Tags associated with the evaluation metric.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 37 def @tags end |
#value ⇒ Object
Value of the evaluation result.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb', line 40 def value @value end |