| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
TaskConfig |
TaskConfig.clone() |
TaskConfig |
CreateFlywheelRequest.getTaskConfig()
Configuration about the custom classifier associated with the flywheel.
|
TaskConfig |
FlywheelProperties.getTaskConfig()
Configuration about the custom classifier associated with the flywheel.
|
TaskConfig |
TaskConfig.withDocumentClassificationConfig(DocumentClassificationConfig documentClassificationConfig)
Configuration required for a classification model.
|
TaskConfig |
TaskConfig.withEntityRecognitionConfig(EntityRecognitionConfig entityRecognitionConfig)
Configuration required for an entity recognition model.
|
TaskConfig |
TaskConfig.withLanguageCode(LanguageCode languageCode)
Language code for the language that the model supports.
|
TaskConfig |
TaskConfig.withLanguageCode(String languageCode)
Language code for the language that the model supports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlywheelRequest.setTaskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
void |
FlywheelProperties.setTaskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withTaskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
FlywheelProperties |
FlywheelProperties.withTaskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
Copyright © 2023. All rights reserved.