Class: DatadogAPIClient::V2::LLMObsAnnotationsDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnnotationsDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_response.rb
Overview
Attributes of the annotations response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#annotations ⇒ Object
readonly
Successfully created or updated annotations.
-
#errors ⇒ Object
Partial errors for annotations that could not be processed.
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_annotations_data_attributes_response.rb', line 30 def additional_properties @additional_properties end |
#annotations ⇒ Object
Successfully created or updated annotations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_response.rb', line 25 def annotations @annotations end |
#errors ⇒ Object
Partial errors for annotations that could not be processed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_response.rb', line 28 def errors @errors end |