Class: DatadogAPIClient::V2::LLMObsPatternsClusteredPointsResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPatternsClusteredPointsResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb
Overview
Attributes of an LLM Observability patterns clustered points response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#next_page_token ⇒ Object
Pagination token for the next page of points.
-
#points ⇒ Object
readonly
List of clustered points.
-
#topic_id ⇒ Object
readonly
Identifier of the topic the points belong to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb', line 33 def additional_properties @additional_properties end |
#next_page_token ⇒ Object
Pagination token for the next page of points. Null if there are no more pages.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb', line 25 def next_page_token @next_page_token end |
#points ⇒ Object
List of clustered points.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb', line 28 def points @points end |
#topic_id ⇒ Object
Identifier of the topic the points belong to.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb', line 31 def topic_id @topic_id end |