Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentClassifierDocumentTypeFormat
-
Packages that use DocumentClassifierDocumentTypeFormat Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentClassifierDocumentTypeFormat in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentClassifierDocumentTypeFormat Modifier and Type Method Description DocumentClassifierDocumentTypeFormatDocumentClassifierInputDataConfig. documentType()The type of input documents for training the model.static DocumentClassifierDocumentTypeFormatDocumentClassifierDocumentTypeFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentClassifierDocumentTypeFormatDocumentClassifierDocumentTypeFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentClassifierDocumentTypeFormat[]DocumentClassifierDocumentTypeFormat. 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 DocumentClassifierDocumentTypeFormat Modifier and Type Method Description static Set<DocumentClassifierDocumentTypeFormat>DocumentClassifierDocumentTypeFormat. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentClassifierDocumentTypeFormat Modifier and Type Method Description DocumentClassifierInputDataConfig.BuilderDocumentClassifierInputDataConfig.Builder. documentType(DocumentClassifierDocumentTypeFormat documentType)The type of input documents for training the model.
-