Uses of Class
software.amazon.awssdk.services.comprehend.model.DatasetDataFormat
-
Packages that use DatasetDataFormat Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DatasetDataFormat in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DatasetDataFormat Modifier and Type Method Description DatasetDataFormatDatasetInputDataConfig. dataFormat()COMPREHEND_CSV: The data format is a two-column CSV file, where the first column contains labels and the second column contains documents.static DatasetDataFormatDatasetDataFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DatasetDataFormatDatasetDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasetDataFormat[]DatasetDataFormat. 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 DatasetDataFormat Modifier and Type Method Description static Set<DatasetDataFormat>DatasetDataFormat. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DatasetDataFormat Modifier and Type Method Description DatasetInputDataConfig.BuilderDatasetInputDataConfig.Builder. dataFormat(DatasetDataFormat dataFormat)COMPREHEND_CSV: The data format is a two-column CSV file, where the first column contains labels and the second column contains documents.
-