Uses of Class
software.amazon.awssdk.services.machinelearning.model.CreateRealtimeEndpointResponse
-
Packages that use CreateRealtimeEndpointResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of CreateRealtimeEndpointResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return CreateRealtimeEndpointResponse Modifier and Type Method Description default CreateRealtimeEndpointResponseMachineLearningClient. createRealtimeEndpoint(Consumer<CreateRealtimeEndpointRequest.Builder> createRealtimeEndpointRequest)Creates a real-time endpoint for theMLModel.default CreateRealtimeEndpointResponseMachineLearningClient. createRealtimeEndpoint(CreateRealtimeEndpointRequest createRealtimeEndpointRequest)Creates a real-time endpoint for theMLModel.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type CreateRealtimeEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateRealtimeEndpointResponse>MachineLearningAsyncClient. createRealtimeEndpoint(Consumer<CreateRealtimeEndpointRequest.Builder> createRealtimeEndpointRequest)Creates a real-time endpoint for theMLModel.default CompletableFuture<CreateRealtimeEndpointResponse>MachineLearningAsyncClient. createRealtimeEndpoint(CreateRealtimeEndpointRequest createRealtimeEndpointRequest)Creates a real-time endpoint for theMLModel.
-