| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassifierMode |
DocumentClassifierMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DocumentClassifierMode |
CreateDocumentClassifierRequest.mode()
Indicates the mode in which the classifier will be trained.
|
DocumentClassifierMode |
DocumentClassifierProperties.mode()
Indicates the mode in which the specific classifier was trained.
|
DocumentClassifierMode |
DocumentClassificationConfig.mode()
Classification mode indicates whether the documents are
MULTI_CLASS or MULTI_LABEL. |
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 |
|---|---|
static Set<DocumentClassifierMode> |
DocumentClassifierMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentClassifierRequest.Builder |
CreateDocumentClassifierRequest.Builder.mode(DocumentClassifierMode mode)
Indicates the mode in which the classifier will be trained.
|
DocumentClassifierProperties.Builder |
DocumentClassifierProperties.Builder.mode(DocumentClassifierMode mode)
Indicates the mode in which the specific classifier was trained.
|
DocumentClassificationConfig.Builder |
DocumentClassificationConfig.Builder.mode(DocumentClassifierMode mode)
Classification mode indicates whether the documents are
MULTI_CLASS or MULTI_LABEL. |
Copyright © 2023. All rights reserved.