Class: Aws::SageMaker::Types::TuningJobCompletionCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TuningJobCompletionCriteria
- Includes:
- Aws::Structure
- Defined in:
- 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.
Instance Attribute Summary collapse
-
#target_objective_metric_value ⇒ Float
The objective metric’s value.
Instance Attribute Details
#target_objective_metric_value ⇒ Float
The objective metric’s value.
19544 19545 19546 19547 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19544 class TuningJobCompletionCriteria < Struct.new( :target_objective_metric_value) include Aws::Structure end |