Class: Aws::SageMaker::Types::StopHyperParameterTuningJobRequest

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 StopHyperParameterTuningJobRequest data as a hash:

{
  hyper_parameter_tuning_job_name: "HyperParameterTuningJobName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#hyper_parameter_tuning_job_nameString

The name of the tuning job to stop.

Returns:

  • (String)


17639
17640
17641
17642
# File 'lib/aws-sdk-sagemaker/types.rb', line 17639

class StopHyperParameterTuningJobRequest < Struct.new(
  :hyper_parameter_tuning_job_name)
  include Aws::Structure
end