toValue method
Implementation
String toValue() {
switch (this) {
case DocumentClassifierDataFormat.comprehendCsv:
return 'COMPREHEND_CSV';
case DocumentClassifierDataFormat.augmentedManifest:
return 'AUGMENTED_MANIFEST';
}
}
String toValue() {
switch (this) {
case DocumentClassifierDataFormat.comprehendCsv:
return 'COMPREHEND_CSV';
case DocumentClassifierDataFormat.augmentedManifest:
return 'AUGMENTED_MANIFEST';
}
}