Class: DatadogAPIClient::V2::LLMObsPatternsTopicWithClusteredPoints

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_pointsObject

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_atObject

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

#descriptionObject

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_atObject

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_levelObject

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

#idObject

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_validatedObject

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

#nameObject

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_idObject

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_countObject

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_idObject

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