| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetDataFormat |
DatasetDataFormat.fromValue(String value)
Use this in place of valueOf.
|
static DatasetDataFormat |
DatasetDataFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetInputDataConfig |
DatasetInputDataConfig.withDataFormat(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. |
Copyright © 2024. All rights reserved.