Class: DatadogAPIClient::V2::LLMObsDeleteAnnotationsDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDeleteAnnotationsDataAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_request.rb
Overview
Attributes for deleting annotations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotation_ids ⇒ Object
readonly
IDs of the annotations to delete.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_request.rb', line 27 def additional_properties @additional_properties end |
#annotation_ids ⇒ Object
IDs of the annotations to delete. Must contain at least one item.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_request.rb', line 25 def annotation_ids @annotation_ids end |