Class: DatadogAPIClient::V2::LLMObsAnnotationQueueLabelSchemaAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotationQueueLabelSchemaAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_attributes.rb
Overview
Attributes of an annotation queue label schema.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotation_schema ⇒ Object
readonly
Schema defining the labels for an annotation queue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_attributes.rb', line 27 def additional_properties @additional_properties end |
#annotation_schema ⇒ Object
Schema defining the labels for an annotation queue.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_queue_label_schema_attributes.rb', line 25 def annotation_schema @annotation_schema end |