Class: Aws::Types::AutomatedEvaluationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_metric_configTypes::AutomatedEvaluationCustomMetricConfig

Returns the value of attribute custom_metric_config.



68
69
70
# File 'sig/types.rbs', line 68

def custom_metric_config
  @custom_metric_config
end

#dataset_metric_configs::Array[Types::EvaluationDatasetMetricConfig]

Returns the value of attribute dataset_metric_configs.



66
67
68
# File 'sig/types.rbs', line 66

def dataset_metric_configs
  @dataset_metric_configs
end

#evaluator_model_configTypes::EvaluatorModelConfig

Returns the value of attribute evaluator_model_config.



67
68
69
# File 'sig/types.rbs', line 67

def evaluator_model_config
  @evaluator_model_config
end