Class: DatadogAPIClient::V2::LLMObsUpdatePromptDataAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#descriptionObject

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

#titleObject

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