You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ParentHyperParameterTuningJob

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ParentHyperParameterTuningJob as input to an Aws::Client method, you can use a vanilla 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

Instance Attribute Details

#hyper_parameter_tuning_job_nameString

The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

Returns:

  • (String)

    The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.