Class: DatadogAPIClient::V2::LLMObsAnnotatedInteractionsByTraceDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotatedInteractionsByTraceDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_attributes_response.rb
Overview
Attributes of the cross-queue annotated interactions response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotated_interactions ⇒ Object
readonly
List of annotated interactions across all queues for the requested content IDs.
-
#total_count ⇒ Object
readonly
Total number of annotated interactions matching the query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_attributes_response.rb', line 30 def additional_properties @additional_properties end |
#annotated_interactions ⇒ Object
List of annotated interactions across all queues for the requested content IDs.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_attributes_response.rb', line 25 def annotated_interactions @annotated_interactions end |
#total_count ⇒ Object
Total number of annotated interactions matching the query.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_attributes_response.rb', line 28 def total_count @total_count end |