class Aws::Plugins::MachineLearningPredictEndpoint::Handler
def call(context)
def call(context) endpoint = context.params.delete(:predict_endpoint) context.http_request.endpoint = URI.parse(endpoint.to_s) @handler.call(context) end
def call(context) endpoint = context.params.delete(:predict_endpoint) context.http_request.endpoint = URI.parse(endpoint.to_s) @handler.call(context) end