Class: DatadogAPIClient::V2::LLMObsAnnotationError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotationError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotation_error.rb
Overview
A partial error for a single annotation that could not be processed.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotation_id ⇒ Object
ID of the annotation that failed, if applicable.
-
#error ⇒ Object
readonly
Error message.
-
#interaction_id ⇒ Object
readonly
ID of the interaction that failed.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_error.rb', line 33 def additional_properties @additional_properties end |
#annotation_id ⇒ Object
ID of the annotation that failed, if applicable.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_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_annotation_error.rb', line 28 def error @error end |
#interaction_id ⇒ Object
ID of the interaction that failed.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotation_error.rb', line 31 def interaction_id @interaction_id end |