Uses of Class
software.amazon.awssdk.services.comprehend.model.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DeleteEndpointRequest Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>ComprehendAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes a model-specific endpoint for a previously-trained custom model.default DeleteEndpointResponseComprehendClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes a model-specific endpoint for a previously-trained custom model. -
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DeleteEndpointRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEndpointRequestMarshaller. marshall(DeleteEndpointRequest deleteEndpointRequest)
-