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.



6444
6445
6446
# File 'sig/types.rbs', line 6444

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")


6445
6446
6447
# File 'sig/types.rbs', line 6445

def warm_start_type
  @warm_start_type
end