Class: DatadogAPIClient::V2::LLMObsAnnotationLabelValueResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotationLabelValueResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb
Overview
A single label value entry in an annotation response.
In addition to the submitted fields, the server populates type and
name_when_saved to mirror the schema state at the time the annotation
was created — these help clients display values correctly when the schema
has since changed.
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.
-
#name_when_saved ⇒ Object
Name of the label schema at the time the annotation was created.
-
#reasoning ⇒ Object
Free text reasoning for this label value.
-
#type ⇒ Object
Type of a label in an annotation queue label schema.
-
#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.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 46 def additional_properties @additional_properties end |
#assessment ⇒ Object
Assessment result for a label value.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 29 def assessment @assessment end |
#label_schema_id ⇒ Object
ID of the label schema this value corresponds to.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 32 def label_schema_id @label_schema_id end |
#name_when_saved ⇒ Object
Name of the label schema at the time the annotation was created.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 35 def name_when_saved @name_when_saved end |
#reasoning ⇒ Object
Free text reasoning for this label value.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 38 def reasoning @reasoning end |
#type ⇒ Object
Type of a label in an annotation queue label schema.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 41 def type @type end |
#value ⇒ Object
The value for this label. Must comply with the label schema type constraints.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb', line 44 def value @value end |