Class: DatadogAPIClient::V2::LLMObsUpsertAnnotationItem

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_valuesObject

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