Class: DatadogAPIClient::V2::LLMObsAnnotationLabelValue
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotationLabelValue
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb
Overview
A single label value entry in an annotation.
The value type must match the label schema type:
score: a number within the schemamin/maxrange (integer ifis_integeristrue).categorical: a string that is one of the schemavalues.boolean:trueorfalse.text: any non-empty string.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assessment ⇒ Object
Assessment result for a label value.
-
#label_schema_id ⇒ Object
readonly
ID of the label schema this value corresponds to.
-
#reasoning ⇒ Object
Free text reasoning for this label value.
-
#value ⇒ Object
readonly
The value for this label.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb', line 41 def additional_properties @additional_properties end |
#assessment ⇒ Object
Assessment result for a label value.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb', line 30 def assessment @assessment end |
#label_schema_id ⇒ Object
ID of the label schema this value corresponds to.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb', line 33 def label_schema_id @label_schema_id end |
#reasoning ⇒ Object
Free text reasoning for this label value.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb', line 36 def reasoning @reasoning end |
#value ⇒ Object
The value for this label. Must comply with the label schema type constraints.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb', line 39 def value @value end |