| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(Consumer<CreateDocumentClassifierRequest.Builder> createDocumentClassifierRequest)
Creates a new document classifier that you can use to categorize documents.
|
default CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(CreateDocumentClassifierRequest createDocumentClassifierRequest)
Creates a new document classifier that you can use to categorize documents.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(Consumer<CreateEntityRecognizerRequest.Builder> createEntityRecognizerRequest)
Creates an entity recognizer using submitted files.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(CreateEntityRecognizerRequest createEntityRecognizerRequest)
Creates an entity recognizer using submitted files.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(CreateFlywheelRequest createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default ImportModelResponse |
ComprehendClient.importModel(Consumer<ImportModelRequest.Builder> importModelRequest)
Creates a new custom model that replicates a source custom model that you import.
|
default ImportModelResponse |
ComprehendClient.importModel(ImportModelRequest importModelRequest)
Creates a new custom model that replicates a source custom model that you import.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(Consumer<StartDocumentClassificationJobRequest.Builder> startDocumentClassificationJobRequest)
Starts an asynchronous document classification job.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(StartDocumentClassificationJobRequest startDocumentClassificationJobRequest)
Starts an asynchronous document classification job.
|
default StartDominantLanguageDetectionJobResponse |
ComprehendClient.startDominantLanguageDetectionJob(Consumer<StartDominantLanguageDetectionJobRequest.Builder> startDominantLanguageDetectionJobRequest)
Starts an asynchronous dominant language detection job for a collection of documents.
|
default StartDominantLanguageDetectionJobResponse |
ComprehendClient.startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest startDominantLanguageDetectionJobRequest)
Starts an asynchronous dominant language detection job for a collection of documents.
|
default StartEntitiesDetectionJobResponse |
ComprehendClient.startEntitiesDetectionJob(Consumer<StartEntitiesDetectionJobRequest.Builder> startEntitiesDetectionJobRequest)
Starts an asynchronous entity detection job for a collection of documents.
|
default StartEntitiesDetectionJobResponse |
ComprehendClient.startEntitiesDetectionJob(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest)
Starts an asynchronous entity detection job for a collection of documents.
|
default StartEventsDetectionJobResponse |
ComprehendClient.startEventsDetectionJob(Consumer<StartEventsDetectionJobRequest.Builder> startEventsDetectionJobRequest)
Starts an asynchronous event detection job for a collection of documents.
|
default StartEventsDetectionJobResponse |
ComprehendClient.startEventsDetectionJob(StartEventsDetectionJobRequest startEventsDetectionJobRequest)
Starts an asynchronous event detection job for a collection of documents.
|
default StartKeyPhrasesDetectionJobResponse |
ComprehendClient.startKeyPhrasesDetectionJob(Consumer<StartKeyPhrasesDetectionJobRequest.Builder> startKeyPhrasesDetectionJobRequest)
Starts an asynchronous key phrase detection job for a collection of documents.
|
default StartKeyPhrasesDetectionJobResponse |
ComprehendClient.startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest)
Starts an asynchronous key phrase detection job for a collection of documents.
|
default StartPiiEntitiesDetectionJobResponse |
ComprehendClient.startPiiEntitiesDetectionJob(Consumer<StartPiiEntitiesDetectionJobRequest.Builder> startPiiEntitiesDetectionJobRequest)
Starts an asynchronous PII entity detection job for a collection of documents.
|
default StartPiiEntitiesDetectionJobResponse |
ComprehendClient.startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest startPiiEntitiesDetectionJobRequest)
Starts an asynchronous PII entity detection job for a collection of documents.
|
default StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
default StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
default StartTargetedSentimentDetectionJobResponse |
ComprehendClient.startTargetedSentimentDetectionJob(Consumer<StartTargetedSentimentDetectionJobRequest.Builder> startTargetedSentimentDetectionJobRequest)
Starts an asynchronous targeted sentiment detection job for a collection of documents.
|
default StartTargetedSentimentDetectionJobResponse |
ComprehendClient.startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest startTargetedSentimentDetectionJobRequest)
Starts an asynchronous targeted sentiment detection job for a collection of documents.
|
default StartTopicsDetectionJobResponse |
ComprehendClient.startTopicsDetectionJob(Consumer<StartTopicsDetectionJobRequest.Builder> startTopicsDetectionJobRequest)
Starts an asynchronous topic detection job.
|
default StartTopicsDetectionJobResponse |
ComprehendClient.startTopicsDetectionJob(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest)
Starts an asynchronous topic detection job.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)
Update the configuration information for an existing flywheel.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(UpdateFlywheelRequest updateFlywheelRequest)
Update the configuration information for an existing flywheel.
|
Copyright © 2023. All rights reserved.