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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

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)


32129
32130
32131
32132
32133
# File 'lib/aws-sdk-sagemaker/types.rb', line 32129

class ParentHyperParameterTuningJob < Struct.new(
  :hyper_parameter_tuning_job_name)
  SENSITIVE = []
  include Aws::Structure
end