| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetDataFormat |
DatasetInputDataConfig.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 DatasetDataFormat |
DatasetDataFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DatasetDataFormat> |
DatasetDataFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DatasetInputDataConfig.Builder |
DatasetInputDataConfig.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. |
Copyright © 2023. All rights reserved.