| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetStatus |
DatasetStatus.fromValue(String value)
Use this in place of valueOf.
|
static DatasetStatus |
DatasetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetStatus[] |
DatasetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetFilter |
DatasetFilter.withStatus(DatasetStatus status)
Filter the datasets based on the dataset status.
|
DatasetProperties |
DatasetProperties.withStatus(DatasetStatus status)
The dataset status.
|
Copyright © 2023. All rights reserved.