Class: DatadogAPIClient::V2::LLMObsDataDeletionResponseAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb

Overview

Attributes of a submitted LLM Observability data deletion request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 45

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp when the deletion request was created.



25
26
27
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 25

def created_at
  @created_at
end

#created_byObject

UUID of the user who created the deletion request.



28
29
30
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 28

def created_by
  @created_by
end

#from_timeObject

Start of the deletion time range in milliseconds since Unix epoch.



31
32
33
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 31

def from_time
  @from_time
end

#org_idObject

ID of the organization that submitted the deletion request.



34
35
36
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 34

def org_id
  @org_id
end

#productObject

Product name for the deletion request.



37
38
39
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 37

def product
  @product
end

#queryObject

The query string used to select data for deletion.



40
41
42
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 40

def query
  @query
end

#to_timeObject

End of the deletion time range in milliseconds since Unix epoch.



43
44
45
# File 'lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb', line 43

def to_time
  @to_time
end