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.
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.
6445 6446 6447 |
# File 'sig/types.rbs', line 6445 def warm_start_type @warm_start_type end |