Class: Aws::SageMaker::Types::TuningJobCompletionCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TuningJobCompletionCriteria
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass TuningJobCompletionCriteria data as a hash:
{
target_objective_metric_value: 1.0, # required
}
The job completion criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_objective_metric_value ⇒ Float
The value of the objective metric.
Instance Attribute Details
#target_objective_metric_value ⇒ Float
The value of the objective metric.
38634 38635 38636 38637 38638 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38634 class TuningJobCompletionCriteria < Struct.new( :target_objective_metric_value) SENSITIVE = [] include Aws::Structure end |