toValue method
Implementation
String toValue() {
switch (this) {
case HyperParameterTuningJobSortByOptions.name:
return 'Name';
case HyperParameterTuningJobSortByOptions.status:
return 'Status';
case HyperParameterTuningJobSortByOptions.creationTime:
return 'CreationTime';
}
}