Class: DatadogAPIClient::V2::LLMObsPatternsTopicWithClusteredPoints
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPatternsTopicWithClusteredPoints
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb
Overview
A topic discovered by an LLM Observability patterns run, including the clustered points attached to leaf topics.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cluster_points ⇒ Object
List of clustered points attached to a topic.
-
#created_at ⇒ Object
readonly
Timestamp when the topic was created.
-
#description ⇒ Object
readonly
Description of the topic.
-
#first_seen_at ⇒ Object
readonly
Timestamp when the topic was first seen.
-
#hierarchy_level ⇒ Object
readonly
Level of the topic in the hierarchy.
-
#id ⇒ Object
readonly
Unique identifier of the topic.
-
#is_validated ⇒ Object
readonly
Whether the topic has been validated.
-
#name ⇒ Object
readonly
Name of the topic.
-
#parent_topic_id ⇒ Object
readonly
Identifier of the parent topic.
-
#point_count ⇒ Object
readonly
Number of data points assigned to the topic.
-
#run_id ⇒ Object
readonly
Identifier of the run that produced the topic.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 58 def additional_properties @additional_properties end |
#cluster_points ⇒ Object
List of clustered points attached to a topic.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 26 def cluster_points @cluster_points end |
#created_at ⇒ Object
Timestamp when the topic was created.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 29 def created_at @created_at end |
#description ⇒ Object
Description of the topic.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 32 def description @description end |
#first_seen_at ⇒ Object
Timestamp when the topic was first seen.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 35 def first_seen_at @first_seen_at end |
#hierarchy_level ⇒ Object
Level of the topic in the hierarchy. Level 0 is a leaf topic.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 38 def hierarchy_level @hierarchy_level end |
#id ⇒ Object
Unique identifier of the topic.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 41 def id @id end |
#is_validated ⇒ Object
Whether the topic has been validated.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 44 def is_validated @is_validated end |
#name ⇒ Object
Name of the topic.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 47 def name @name end |
#parent_topic_id ⇒ Object
Identifier of the parent topic. Empty for top-level topics.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 50 def parent_topic_id @parent_topic_id end |
#point_count ⇒ Object
Number of data points assigned to the topic.
53 54 55 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 53 def point_count @point_count end |
#run_id ⇒ Object
Identifier of the run that produced the topic.
56 57 58 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb', line 56 def run_id @run_id end |