Class: DatadogAPIClient::V2::LLMObsDeletedPromptDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDeletedPromptDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data_attributes.rb
Overview
Attributes confirming that an LLM Observability prompt was deleted.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted_at ⇒ Object
readonly
Timestamp when the prompt was deleted.
-
#prompt_id ⇒ Object
readonly
Customer-provided identifier of the deleted prompt.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data_attributes.rb', line 30 def additional_properties @additional_properties end |
#deleted_at ⇒ Object
Timestamp when the prompt was deleted.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data_attributes.rb', line 25 def deleted_at @deleted_at end |
#prompt_id ⇒ Object
Customer-provided identifier of the deleted prompt.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data_attributes.rb', line 28 def prompt_id @prompt_id end |