Class: DatadogAPIClient::V2::LLMObsPatternsTopic
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPatternsTopic
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb', line 54 def additional_properties @additional_properties end |
#created_at ⇒ Object
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 |
#description ⇒ Object
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_at ⇒ Object
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_level ⇒ Object
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 |
#id ⇒ Object
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_validated ⇒ Object
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 |
#name ⇒ Object
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_id ⇒ Object
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_count ⇒ Object
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_id ⇒ Object
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 |