Class: DatadogAPIClient::V2::LLMObsCreatePromptVersionDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsCreatePromptVersionDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb
Overview
Attributes for creating a new version of an LLM Observability prompt. template is required; all other attributes are optional.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Optional description of this version.
-
#env_ids ⇒ Object
Optional feature-flag environment UUIDs the service attempts to enable and configure to use this version as their default after creation.
-
#labels ⇒ Object
Optional labels to attach to this version.
-
#template ⇒ Object
readonly
A text template or a list of chat messages.
-
#user_version ⇒ Object
Optional user-supplied version identifier for this version.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb', line 39 def additional_properties @additional_properties end |
#description ⇒ Object
Optional description of this version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb', line 25 def description @description end |
#env_ids ⇒ Object
Optional feature-flag environment UUIDs the service attempts to enable and configure to use this version as their default after creation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb', line 28 def env_ids @env_ids end |
#labels ⇒ Object
Optional labels to attach to this version. Do not use this attribute for new integrations.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb', line 31 def labels @labels end |
#template ⇒ Object
A text template or a list of chat messages.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb', line 34 def template @template end |
#user_version ⇒ Object
Optional user-supplied version identifier for this version.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb', line 37 def user_version @user_version end |