Class: DatadogAPIClient::V2::LLMObsAnnotatedInteractionItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotatedInteractionItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb
Overview
An interaction with its associated annotations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotations ⇒ Object
readonly
List of annotations for this interaction.
-
#content_id ⇒ Object
readonly
Identifier of the content for this interaction.
-
#id ⇒ Object
readonly
Unique identifier of the interaction.
-
#type ⇒ Object
readonly
Type of interaction in an annotation queue.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb', line 36 def additional_properties @additional_properties end |
#annotations ⇒ Object
List of annotations for this interaction.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb', line 25 def annotations @annotations end |
#content_id ⇒ Object
Identifier of the content for this interaction.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb', line 28 def content_id @content_id end |
#id ⇒ Object
Unique identifier of the interaction.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb', line 31 def id @id end |
#type ⇒ Object
Type of interaction in an annotation queue.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb', line 34 def type @type end |