| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelStatus |
ModelStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelStatus |
EntityRecognizerSummary.latestVersionStatus()
Provides the status of the latest entity recognizer version.
|
ModelStatus |
DocumentClassifierSummary.latestVersionStatus()
Provides the status of the latest document classifier version.
|
ModelStatus |
DocumentClassifierProperties.status()
The status of the document classifier.
|
ModelStatus |
DocumentClassifierFilter.status()
Filters the list of classifiers based on status.
|
ModelStatus |
EntityRecognizerProperties.status()
Provides the status of the entity recognizer.
|
ModelStatus |
EntityRecognizerFilter.status()
The status of an entity recognizer.
|
static ModelStatus |
ModelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelStatus[] |
ModelStatus.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<ModelStatus> |
ModelStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerSummary.Builder |
EntityRecognizerSummary.Builder.latestVersionStatus(ModelStatus latestVersionStatus)
Provides the status of the latest entity recognizer version.
|
DocumentClassifierSummary.Builder |
DocumentClassifierSummary.Builder.latestVersionStatus(ModelStatus latestVersionStatus)
Provides the status of the latest document classifier version.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.status(ModelStatus status)
The status of the document classifier.
|
DocumentClassifierFilter.Builder |
DocumentClassifierFilter.Builder.status(ModelStatus status)
Filters the list of classifiers based on status.
|
EntityRecognizerProperties.Builder |
EntityRecognizerProperties.Builder.status(ModelStatus status)
Provides the status of the entity recognizer.
|
EntityRecognizerFilter.Builder |
EntityRecognizerFilter.Builder.status(ModelStatus status)
The status of an entity recognizer.
|
Copyright © 2023. All rights reserved.