Uses of Class
software.amazon.awssdk.services.comprehend.model.CreateEndpointResponse
-
Packages that use CreateEndpointResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of CreateEndpointResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return CreateEndpointResponse Modifier and Type Method Description default CreateEndpointResponseComprehendClient. 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 CreateEndpointResponseComprehendClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type CreateEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>ComprehendAsyncClient. 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 CompletableFuture<CreateEndpointResponse>ComprehendAsyncClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information about endpoints, see Managing endpoints.
-