Class: Aws::Types::HyperParameterTuningJobWarmStartConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parent_hyper_parameter_tuning_jobs::Array[Types::ParentHyperParameterTuningJob]

Returns the value of attribute parent_hyper_parameter_tuning_jobs.



6400
6401
6402
# File 'sig/types.rbs', line 6400

def parent_hyper_parameter_tuning_jobs
  @parent_hyper_parameter_tuning_jobs
end

#warm_start_type"IdenticalDataAndAlgorithm", "TransferLearning"

Returns the value of attribute warm_start_type.

Returns:

  • ("IdenticalDataAndAlgorithm", "TransferLearning")


6401
6402
6403
# File 'sig/types.rbs', line 6401

def warm_start_type
  @warm_start_type
end