| 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 ClassifyDocumentResponse |
ComprehendClient.classifyDocument(ClassifyDocumentRequest classifyDocumentRequest)
Creates a new document classification request to analyze a single document in real-time, using a previously
created and trained custom model and an endpoint.
|
default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(Consumer<ClassifyDocumentRequest.Builder> classifyDocumentRequest)
Creates a new document classification request to analyze a single document in real-time, using a previously
created and trained custom model and an endpoint.
|
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 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 DeleteDocumentClassifierResponse |
ComprehendClient.deleteDocumentClassifier(Consumer<DeleteDocumentClassifierRequest.Builder> deleteDocumentClassifierRequest)
Deletes a previously created document classifier
|
default DeleteDocumentClassifierResponse |
ComprehendClient.deleteDocumentClassifier(DeleteDocumentClassifierRequest deleteDocumentClassifierRequest)
Deletes a previously created document classifier
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(Consumer<DeleteEntityRecognizerRequest.Builder> deleteEntityRecognizerRequest)
Deletes an entity recognizer.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(DeleteEntityRecognizerRequest deleteEntityRecognizerRequest)
Deletes an entity recognizer.
|
default DeleteFlywheelResponse |
ComprehendClient.deleteFlywheel(Consumer<DeleteFlywheelRequest.Builder> deleteFlywheelRequest)
Deletes a flywheel.
|
default DeleteFlywheelResponse |
ComprehendClient.deleteFlywheel(DeleteFlywheelRequest deleteFlywheelRequest)
Deletes a flywheel.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
Detects named entities in input text when you use the pre-trained model.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest)
Detects named entities in input text when you use the pre-trained model.
|
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 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 UpdateEndpointResponse |
ComprehendClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Updates information about the specified endpoint.
|
default UpdateEndpointResponse |
ComprehendClient.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Updates information about the specified endpoint.
|
Copyright © 2023. All rights reserved.