Class PredictEndpointInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.machinelearning.internal.PredictEndpointInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
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.
-
-
Constructor Summary
Constructors Constructor Description PredictEndpointInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpRequestmodifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpRequestin interfaceExecutionInterceptor
-
-