Class: DatadogAPIClient::V2::LLMObsInferenceErrorResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsInferenceErrorResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_inference_error_response.rb
Overview
Error details returned when an inference provider returns an error.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#message ⇒ Object
readonly
A human-readable description of the error.
-
#type ⇒ Object
readonly
The provider-specific error type.
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_inference_error_response.rb', line 30 def additional_properties @additional_properties end |
#message ⇒ Object
A human-readable description of the error.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_error_response.rb', line 25 def @message end |
#type ⇒ Object
The provider-specific error type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_inference_error_response.rb', line 28 def type @type end |