Class: DatadogAPIClient::V2::LLMObsAnnotationLabelValueResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#assessmentObject

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_idObject

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_savedObject

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

#reasoningObject

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

#typeObject

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

#valueObject

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