Class: Aws::SageMaker::Types::ParentHyperParameterTuningJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ParentHyperParameterTuningJob
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_name ⇒ String
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Instance Attribute Details
#hyper_parameter_tuning_job_name ⇒ String
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
36180 36181 36182 36183 36184 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36180 class ParentHyperParameterTuningJob < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |