Class PredictEndpointInterceptor

java.lang.Object
software.amazon.awssdk.services.machinelearning.internal.PredictEndpointInterceptor
All Implemented Interfaces:
ExecutionInterceptor

@SdkInternalApi public final class PredictEndpointInterceptor extends Object implements ExecutionInterceptor
Predict calls are sent to a predictor-specific endpoint. This handler extracts the PredictRequest's PredictEndpoint "parameter" and swaps it in as the endpoint to send the request to.