Class: DatadogAPIClient::V2::LLMObsDataDeletionResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDataDeletionResponseAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
Timestamp when the deletion request was created.
-
#created_by ⇒ Object
readonly
UUID of the user who created the deletion request.
-
#from_time ⇒ Object
readonly
Start of the deletion time range in milliseconds since Unix epoch.
-
#org_id ⇒ Object
readonly
ID of the organization that submitted the deletion request.
-
#product ⇒ Object
readonly
Product name for the deletion request.
-
#query ⇒ Object
readonly
The query string used to select data for deletion.
-
#to_time ⇒ Object
readonly
End of the deletion time range in milliseconds since Unix epoch.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_at ⇒ Object
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_by ⇒ Object
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_time ⇒ Object
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_id ⇒ Object
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 |
#product ⇒ Object
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 |
#query ⇒ Object
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_time ⇒ Object
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 |