Class: DatadogAPIClient::V2::LLMObsPatternsTopicsWithClusteredPointsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPatternsTopicsWithClusteredPointsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response.rb
Overview
Response containing the topics, and the clustered points of their leaf topics, discovered by an LLM Observability patterns run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
Data object of an LLM Observability patterns topics-with-clustered-points response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response.rb', line 28 def additional_properties @additional_properties end |
#data ⇒ Object
Data object of an LLM Observability patterns topics-with-clustered-points response.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response.rb', line 26 def data @data end |