default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(Consumer<ClassifyDocumentRequest.Builder> classifyDocumentRequest) |
Creates a classification request to analyze a single document in real-time.
|
default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(ClassifyDocumentRequest classifyDocumentRequest) |
Creates a classification request to analyze a single document in real-time.
|
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 using a custom classification model.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(StartDocumentClassificationJobRequest startDocumentClassificationJobRequest) |
Starts an asynchronous document classification job using a custom classification model.
|
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.
|