Class: Aws::SageMaker::Types::StopHyperParameterTuningJobRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::StopHyperParameterTuningJobRequest
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #hyper_parameter_tuning_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the tuning job to stop. 
Instance Attribute Details
#hyper_parameter_tuning_job_name ⇒ String
The name of the tuning job to stop.
| 46716 46717 46718 46719 46720 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46716 class StopHyperParameterTuningJobRequest < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |