default CreateDatasetResponse |
ComprehendClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) |
Creates a dataset to upload training or test data for a model associated with a flywheel.
|
default CreateDatasetResponse |
ComprehendClient.createDataset(CreateDatasetRequest createDatasetRequest) |
Creates a dataset to upload training or test data for a model associated with a flywheel.
|
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 CreateEndpointResponse |
ComprehendClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) |
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
default CreateEndpointResponse |
ComprehendClient.createEndpoint(CreateEndpointRequest createEndpointRequest) |
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
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 using a custom classification model.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(StartDocumentClassificationJobRequest startDocumentClassificationJobRequest) |
Starts an asynchronous document classification job using a custom classification model.
|
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 TagResourceResponse |
ComprehendClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associates a specific tag with an Amazon Comprehend resource.
|
default TagResourceResponse |
ComprehendClient.tagResource(TagResourceRequest tagResourceRequest) |
Associates a specific tag with an Amazon Comprehend resource.
|