Class: DatadogAPIClient::V2::LLMObsUpdatePromptVersionDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsUpdatePromptVersionDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data_attributes.rb
Overview
Attributes for updating an LLM Observability prompt version. At least one of description, labels, or env_ids must be provided; all three attributes are optional individually.
Instance Attribute Summary collapse
-
#description ⇒ Object
Optional new description for this version.
-
#env_ids ⇒ Object
Optional feature-flag environment UUIDs the service attempts to enable and configure to use this version as their default.
-
#labels ⇒ Object
Optional new labels for this version.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#description ⇒ Object
Optional new description for this version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_update_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.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data_attributes.rb', line 28 def env_ids @env_ids end |
#labels ⇒ Object
Optional new labels for this version. Do not use this attribute for new integrations.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data_attributes.rb', line 31 def labels @labels end |