Class: Aws::SageMaker::Types::CreateHyperParameterTuningJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHyperParameterTuningJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
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. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
3314 3315 3316 3317 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3314 class CreateHyperParameterTuningJobResponse < Struct.new( :hyper_parameter_tuning_job_arn) include Aws::Structure end |