Class: Aws::SageMaker::Types::AutoMLJobObjective
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobObjective
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass AutoMLJobObjective data as a hash:
{
metric_name: "Accuracy", # required, accepts Accuracy, MSE, F1, F1macro
}
Applies a metric to minimize or maximize for the job’s objective.
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
1138 1139 1140 1141 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1138 class AutoMLJobObjective < Struct.new( :metric_name) include Aws::Structure end |