| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteEndpointResponse> |
ComprehendAsyncClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes a model-specific endpoint for a previously-trained custom model.
|
default CompletableFuture<DeleteEndpointResponse> |
ComprehendAsyncClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes a model-specific endpoint for a previously-trained custom model.
|
Copyright © 2023. All rights reserved.