Class: DatadogAPIClient::V2::LLMObsAnnotatedInteractionDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotatedInteractionDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb
Overview
Attributes containing an annotated interaction and its related events.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotated_interaction ⇒ Object
readonly
An interaction with its associated annotations.
-
#events ⇒ Object
readonly
Page of events associated with the annotated interaction.
-
#interaction_type ⇒ Object
readonly
Type of an annotated interaction.
-
#next_cursor ⇒ Object
Cursor to retrieve the next page of events.
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_data_attributes_response.rb', line 36 def additional_properties @additional_properties end |
#annotated_interaction ⇒ Object
An interaction with its associated annotations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 25 def annotated_interaction @annotated_interaction end |
#events ⇒ Object
Page of events associated with the annotated interaction.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 28 def events @events end |
#interaction_type ⇒ Object
Type of an annotated interaction.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 31 def interaction_type @interaction_type end |
#next_cursor ⇒ Object
Cursor to retrieve the next page of events. Absent when there are no more events.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_data_attributes_response.rb', line 34 def next_cursor @next_cursor end |