Class: Aws::SageMaker::Types::TuningJobCompletionCriteria

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#target_objective_metric_valueFloat

The objective metric’s value.

Returns:

  • (Float)


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