toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AutoMLS3DataType.manifestFile:
      return 'ManifestFile';
    case AutoMLS3DataType.s3Prefix:
      return 'S3Prefix';
  }
}