Class: DatadogAPIClient::V2::LLMObsPromptVersionDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsPromptVersionDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb
Overview
Attributes of a specific version of an LLM Observability prompt.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
UUID of the user who authored this version.
-
#created_at ⇒ Object
Timestamp stored on this prompt version.
-
#datasets ⇒ Object
Datasets observed in runs associated with this prompt version.
-
#description ⇒ Object
Description of this version.
-
#labels ⇒ Object
Labels attached to this version (for example
development,staging,production). -
#last_seen_at ⇒ Object
Timestamp of the most recent observed run of this prompt version.
-
#ml_app ⇒ Object
The ML application this prompt is associated with.
-
#ml_apps ⇒ Object
ML applications observed running this prompt version.
-
#prompt_id ⇒ Object
readonly
Customer-provided identifier of the parent prompt.
-
#prompt_uuid ⇒ Object
readonly
Unique identifier of the parent prompt.
-
#tags ⇒ Object
Tags observed on runs of this prompt version.
-
#template ⇒ Object
readonly
A text template or a list of chat messages.
-
#user_version ⇒ Object
User-supplied identifier for this version.
-
#version ⇒ Object
readonly
Sequential version number.
-
#version_created_at ⇒ Object
Timestamp when this version was created.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
69 70 71 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 69 def additional_properties @additional_properties end |
#author ⇒ Object
UUID of the user who authored this version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 25 def @author end |
#created_at ⇒ Object
Timestamp stored on this prompt version.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 28 def created_at @created_at end |
#datasets ⇒ Object
Datasets observed in runs associated with this prompt version.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 31 def datasets @datasets end |
#description ⇒ Object
Description of this version.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 34 def description @description end |
#labels ⇒ Object
Labels attached to this version (for example development, staging, production).
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 37 def labels @labels end |
#last_seen_at ⇒ Object
Timestamp of the most recent observed run of this prompt version.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 40 def last_seen_at @last_seen_at end |
#ml_app ⇒ Object
The ML application this prompt is associated with.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 43 def ml_app @ml_app end |
#ml_apps ⇒ Object
ML applications observed running this prompt version.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 46 def ml_apps @ml_apps end |
#prompt_id ⇒ Object
Customer-provided identifier of the parent prompt.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 49 def prompt_id @prompt_id end |
#prompt_uuid ⇒ Object
Unique identifier of the parent prompt.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 52 def prompt_uuid @prompt_uuid end |
#tags ⇒ Object
Tags observed on runs of this prompt version.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 55 def @tags end |
#template ⇒ Object
A text template or a list of chat messages.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 58 def template @template end |
#user_version ⇒ Object
User-supplied identifier for this version.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 61 def user_version @user_version end |
#version ⇒ Object
Sequential version number.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 64 def version @version end |
#version_created_at ⇒ Object
Timestamp when this version was created.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb', line 67 def version_created_at @version_created_at end |