Class: Aws::SageMaker::Types::CreateHyperParameterTuningJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::CreateHyperParameterTuningJobResponse
 
- 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_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the tuning job. 
Instance Attribute Details
#hyper_parameter_tuning_job_arn ⇒ String
The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
| 8994 8995 8996 8997 8998 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8994 class CreateHyperParameterTuningJobResponse < Struct.new( :hyper_parameter_tuning_job_arn) SENSITIVE = [] include Aws::Structure end |