Class: DatadogAPIClient::V2::LLMObsPatternsTopic

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb

Overview

A topic 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.



54
55
56
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 54

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp when the topic was created.



25
26
27
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 25

def created_at
  @created_at
end

#descriptionObject

Description of the topic.



28
29
30
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 28

def description
  @description
end

#first_seen_atObject

Timestamp when the topic was first seen.



31
32
33
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 31

def first_seen_at
  @first_seen_at
end

#hierarchy_levelObject

Level of the topic in the hierarchy. Level 0 is a leaf topic.



34
35
36
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 34

def hierarchy_level
  @hierarchy_level
end

#idObject

Unique identifier of the topic.



37
38
39
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 37

def id
  @id
end

#is_validatedObject

Whether the topic has been validated.



40
41
42
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 40

def is_validated
  @is_validated
end

#nameObject

Name of the topic.



43
44
45
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 43

def name
  @name
end

#parent_topic_idObject

Identifier of the parent topic. Empty for top-level topics.



46
47
48
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 46

def parent_topic_id
  @parent_topic_id
end

#point_countObject

Number of data points assigned to the topic.



49
50
51
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 49

def point_count
  @point_count
end

#run_idObject

Identifier of the run that produced the topic.



52
53
54
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 52

def run_id
  @run_id
end