Class: DatadogAPIClient::V2::LLMObsDeleteAnnotationsDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDeleteAnnotationsDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_response.rb
Overview
Attributes of the annotation deletion response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotation_ids ⇒ Object
readonly
IDs of the successfully deleted annotations.
-
#errors ⇒ Object
readonly
Errors for annotations that could not be deleted.
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_delete_annotations_data_attributes_response.rb', line 30 def additional_properties @additional_properties end |
#annotation_ids ⇒ Object
IDs of the successfully deleted annotations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_response.rb', line 25 def annotation_ids @annotation_ids end |
#errors ⇒ Object
Errors for annotations that could not be deleted.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_response.rb', line 28 def errors @errors end |