Class: Aws::MachineLearning::Plugins::PredictEndpoint::Handler Private

Inherits:
Seahorse::Client::Handler
  • Object
show all
Defined in:
lib/aws-sdk-machinelearning/plugins/predict_endpoint.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
14
15
# File 'lib/aws-sdk-machinelearning/plugins/predict_endpoint.rb', line 11

def call(context)
  endpoint = context.params.delete(:predict_endpoint)
  context.http_request.endpoint = URI.parse(endpoint.to_s)
  @handler.call(context)
end