Interface MachineLearningEndpointProvider
- All Superinterfaces:
 EndpointProvider
- All Known Implementing Classes:
 DefaultMachineLearningEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public interface MachineLearningEndpointProvider
extends EndpointProvider
An endpoint provider for MachineLearning. The endpoint provider takes a set of parameters using
 
MachineLearningEndpointParams, and resolves an Endpoint base on the given parameters.- 
Method Summary
Modifier and TypeMethodDescriptiondefault CompletableFuture<Endpoint> resolveEndpoint(Consumer<MachineLearningEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint(MachineLearningEndpointParams endpointParams) Compute the endpoint based on the given set of parameters. 
- 
Method Details
- 
resolveEndpoint
Compute the endpoint based on the given set of parameters. - 
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<MachineLearningEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. - 
defaultProvider
 
 -