Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsCustomEvalConfigUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb
Overview
Attributes for creating or updating a custom LLM Observability evaluator configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
Category of the evaluator.
-
#eval_name ⇒ Object
Name of the custom evaluator.
-
#llm_judge_config ⇒ Object
LLM judge configuration for a custom evaluator.
-
#llm_provider ⇒ Object
LLM provider configuration for a custom evaluator.
-
#target ⇒ Object
readonly
Target application configuration for a custom evaluator.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb', line 39 def additional_properties @additional_properties end |
#category ⇒ Object
Category of the evaluator.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb', line 25 def category @category end |
#eval_name ⇒ Object
Name of the custom evaluator. If provided, must match the eval_name path parameter.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb', line 28 def eval_name @eval_name end |
#llm_judge_config ⇒ Object
LLM judge configuration for a custom evaluator.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb', line 31 def llm_judge_config @llm_judge_config end |
#llm_provider ⇒ Object
LLM provider configuration for a custom evaluator.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb', line 34 def llm_provider @llm_provider end |
#target ⇒ Object
Target application configuration for a custom evaluator.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb', line 37 def target @target end |