Class: DatadogAPIClient::V2::LLMObsDeletedPromptDataAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_idObject

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