Class: DatadogAPIClient::V2::LLMObsDeleteAnnotationsResponse

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

Overview

Response for a batch annotation deletion. Partial errors are listed in the response if any annotations could not be deleted.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#dataObject

Data object for the annotation deletion response.



26
27
28
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotations_response.rb', line 26

def data
  @data
end