| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassifierMode |
DocumentClassifierMode.fromValue(String value)
Use this in place of valueOf.
|
static DocumentClassifierMode |
DocumentClassifierMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentClassifierMode[] |
DocumentClassifierMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withMode(DocumentClassifierMode mode)
Indicates the mode in which the classifier will be trained.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withMode(DocumentClassifierMode mode)
Indicates the mode in which the specific classifier was trained.
|
DocumentClassificationConfig |
DocumentClassificationConfig.withMode(DocumentClassifierMode mode)
Classification mode indicates whether the documents are
MULTI_CLASS or MULTI_LABEL. |
Copyright © 2023. All rights reserved.