| 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.
|
Copyright © 2021. All rights reserved.