Class: Aws::Types::HyperParameterTuningJobWarmStartConfig
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningJobWarmStartConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parent_hyper_parameter_tuning_jobs ⇒ ::Array[Types::ParentHyperParameterTuningJob]
Returns the value of attribute parent_hyper_parameter_tuning_jobs.
-
#warm_start_type ⇒ "IdenticalDataAndAlgorithm", "TransferLearning"
Returns the value of attribute warm_start_type.
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.
6401 6402 6403 |
# File 'sig/types.rbs', line 6401 def warm_start_type @warm_start_type end |