Class: DatadogAPIClient::V2::LLMObsPromptDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPromptDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb
Overview
Attributes of an LLM Observability prompt registry entry.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
UUID of the user who authored the prompt.
-
#created_at ⇒ Object
Timestamp when the prompt was created.
-
#created_from ⇒ Object
readonly
Source that created the prompt, such as
ui-registry,sdk-registry, orsdk-instrumentation. -
#datasets ⇒ Object
Datasets observed in runs associated with this prompt.
-
#description ⇒ Object
Description of the prompt.
-
#extracted_from ⇒ Object
Source prompt from which this prompt was extracted, when applicable.
-
#in_registry ⇒ Object
readonly
Whether the prompt is a registry entry (as opposed to a code-discovered prompt).
-
#last_seen_at ⇒ Object
Timestamp of the most recent observed run of this prompt.
-
#last_version_created_at ⇒ Object
Timestamp when the most recent version of the prompt was created.
-
#ml_app ⇒ Object
The ML application this prompt is associated with.
-
#ml_apps ⇒ Object
ML applications observed running this prompt.
-
#num_versions ⇒ Object
readonly
Number of versions of the prompt.
-
#prompt_id ⇒ Object
readonly
Customer-provided identifier of the prompt.
-
#source ⇒ Object
readonly
Whether the prompt was created from the registry or discovered from observed LLM calls.
-
#tags ⇒ Object
Tags observed on runs of this prompt.
-
#title ⇒ Object
Title of the prompt.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
72 73 74 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 72 def additional_properties @additional_properties end |
#author ⇒ Object
UUID of the user who authored the prompt.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 25 def @author end |
#created_at ⇒ Object
Timestamp when the prompt was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 28 def created_at @created_at end |
#created_from ⇒ Object
Source that created the prompt, such as ui-registry, sdk-registry, or sdk-instrumentation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 31 def created_from @created_from end |
#datasets ⇒ Object
Datasets observed in runs associated with this prompt.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 34 def datasets @datasets end |
#description ⇒ Object
Description of the prompt.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 37 def description @description end |
#extracted_from ⇒ Object
Source prompt from which this prompt was extracted, when applicable.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 40 def extracted_from @extracted_from end |
#in_registry ⇒ Object
Whether the prompt is a registry entry (as opposed to a code-discovered prompt).
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 43 def in_registry @in_registry end |
#last_seen_at ⇒ Object
Timestamp of the most recent observed run of this prompt.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 46 def last_seen_at @last_seen_at end |
#last_version_created_at ⇒ Object
Timestamp when the most recent version of the prompt was created.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 49 def last_version_created_at @last_version_created_at end |
#ml_app ⇒ Object
The ML application this prompt is associated with.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 52 def ml_app @ml_app end |
#ml_apps ⇒ Object
ML applications observed running this prompt.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 55 def ml_apps @ml_apps end |
#num_versions ⇒ Object
Number of versions of the prompt.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 58 def num_versions @num_versions end |
#prompt_id ⇒ Object
Customer-provided identifier of the prompt.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 61 def prompt_id @prompt_id end |
#source ⇒ Object
Whether the prompt was created from the registry or discovered from observed LLM calls.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 64 def source @source end |
#tags ⇒ Object
Tags observed on runs of this prompt.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 67 def @tags end |
#title ⇒ Object
Title of the prompt.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb', line 70 def title @title end |