Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsCustomEvalConfigUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_user.rb
Overview
A Datadog user associated with a custom evaluator configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#email ⇒ Object
Email address of the user.
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_custom_eval_config_user.rb', line 27 def additional_properties @additional_properties end |
#email ⇒ Object
Email address of the user.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_user.rb', line 25 def email @email end |