| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an AWS 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 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 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 DeleteEndpointResponse |
ComprehendClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes a model-specific endpoint for a previously-trained custom model.
|
default DeleteEndpointResponse |
ComprehendClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes a model-specific endpoint for a previously-trained custom model.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(Consumer<DeleteEntityRecognizerRequest.Builder> deleteEntityRecognizerRequest)
Deletes an entity recognizer.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(DeleteEntityRecognizerRequest deleteEntityRecognizerRequest)
Deletes an entity recognizer.
|
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 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.