toValue method
Implementation
String toValue() {
switch (this) {
case HyperParameterTuningJobObjectiveType.maximize:
return 'Maximize';
case HyperParameterTuningJobObjectiveType.minimize:
return 'Minimize';
}
}
String toValue() {
switch (this) {
case HyperParameterTuningJobObjectiveType.maximize:
return 'Maximize';
case HyperParameterTuningJobObjectiveType.minimize:
return 'Minimize';
}
}