Class: Aws::SageMaker::Types::ParentHyperParameterTuningJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ParentHyperParameterTuningJob
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass ParentHyperParameterTuningJob data as a hash:
{
hyper_parameter_tuning_job_name: "HyperParameterTuningJobName",
}
A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
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.
15839 15840 15841 15842 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15839 class ParentHyperParameterTuningJob < Struct.new( :hyper_parameter_tuning_job_name) include Aws::Structure end |