toValue method

String toValue()

Implementation

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