Class: DatadogAPIClient::V2::LLMObsUpsertAnnotationItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsUpsertAnnotationItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_upsert_annotation_item.rb
Overview
A single annotation to create or update. The annotation is matched by
interaction_id and the requesting user's identity.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#interaction_id ⇒ Object
readonly
ID of the interaction to annotate.
-
#label_values ⇒ Object
readonly
Label values for this annotation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/llm_obs_upsert_annotation_item.rb', line 32 def additional_properties @additional_properties end |
#interaction_id ⇒ Object
ID of the interaction to annotate.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/llm_obs_upsert_annotation_item.rb', line 26 def interaction_id @interaction_id end |
#label_values ⇒ Object
Label values for this annotation. Each entry references a label schema by ID and provides the corresponding value validated against the schema type constraints.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_upsert_annotation_item.rb', line 30 def label_values @label_values end |