Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentClassifierDataFormat
-
Packages that use DocumentClassifierDataFormat Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentClassifierDataFormat in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentClassifierDataFormat Modifier and Type Method Description DocumentClassifierDataFormatDocumentClassifierInputDataConfig. dataFormat()The format of your training data:static DocumentClassifierDataFormatDocumentClassifierDataFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentClassifierDataFormatDocumentClassifierDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentClassifierDataFormat[]DocumentClassifierDataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DocumentClassifierDataFormat Modifier and Type Method Description static Set<DocumentClassifierDataFormat>DocumentClassifierDataFormat. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentClassifierDataFormat Modifier and Type Method Description DocumentClassifierInputDataConfig.BuilderDocumentClassifierInputDataConfig.Builder. dataFormat(DocumentClassifierDataFormat dataFormat)The format of your training data:
-