Class: DatadogAPIClient::V2::LLMObsPatternsTopicsWithClusteredPointsResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dataObject

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