Uses of Class
software.amazon.awssdk.services.comprehend.model.CreateEndpointRequest
-
Packages that use CreateEndpointRequest 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 CreateEndpointRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type CreateEndpointRequest Modifier and Type Method Description 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.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. -
Uses of CreateEndpointRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type CreateEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateEndpointRequestMarshaller. marshall(CreateEndpointRequest createEndpointRequest)
-