toValue method
Implementation
String toValue() {
switch (this) {
case HyperParameterTuningJobWarmStartType.identicalDataAndAlgorithm:
return 'IdenticalDataAndAlgorithm';
case HyperParameterTuningJobWarmStartType.transferLearning:
return 'TransferLearning';
}
}