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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hyper_parameter_tuning_job_nameString

The name of the tuning job to stop.

Returns:

  • (String)


39519
39520
39521
39522
39523
# File 'lib/aws-sdk-sagemaker/types.rb', line 39519

class StopHyperParameterTuningJobRequest < Struct.new(
  :hyper_parameter_tuning_job_name)
  SENSITIVE = []
  include Aws::Structure
end