Class: DatadogAPIClient::V2::LLMObsDeleteAnnotationError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsDeleteAnnotationError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_delete_annotation_error.rb
Overview
A partial error for a single annotation that could not be deleted.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotation_id ⇒ Object
readonly
ID of the annotation that could not be deleted.
-
#error ⇒ Object
readonly
Error message.
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_annotation_error.rb', line 30 def additional_properties @additional_properties end |
#annotation_id ⇒ Object
ID of the annotation that could not be deleted.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotation_error.rb', line 25 def annotation_id @annotation_id end |
#error ⇒ Object
Error message.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_delete_annotation_error.rb', line 28 def error @error end |