Class: DatadogAPIClient::V2::LLMObsUpdatePromptDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsUpdatePromptDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_update_prompt_data_attributes.rb
Overview
Attributes for updating an LLM Observability prompt. At least one of title or description must be provided; both attributes are optional individually.
Instance Attribute Summary collapse
-
#description ⇒ Object
Optional new description for the prompt.
-
#title ⇒ Object
Optional new title for the prompt.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#description ⇒ Object
Optional new description for the prompt.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_update_prompt_data_attributes.rb', line 25 def description @description end |
#title ⇒ Object
Optional new title for the prompt.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_update_prompt_data_attributes.rb', line 28 def title @title end |