Class: Aws::Types::HumanEvaluationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_metrics::Array[Types::HumanEvaluationCustomMetric]

Returns the value of attribute custom_metrics.



2433
2434
2435
# File 'sig/types.rbs', line 2433

def custom_metrics
  @custom_metrics
end

#dataset_metric_configs::Array[Types::EvaluationDatasetMetricConfig]

Returns the value of attribute dataset_metric_configs.



2434
2435
2436
# File 'sig/types.rbs', line 2434

def dataset_metric_configs
  @dataset_metric_configs
end

#human_workflow_configTypes::HumanWorkflowConfig

Returns the value of attribute human_workflow_config.



2432
2433
2434
# File 'sig/types.rbs', line 2432

def human_workflow_config
  @human_workflow_config
end