Module: Aws::MachineLearning
- Defined in:
- lib/aws-sdk-machinelearning/endpoint_parameters.rb,
lib/aws-sdk-machinelearning/plugins/predict_endpoint.rb,
lib/aws-sdk-machinelearning/plugins/endpoints.rb,
lib/aws-sdk-machinelearning/endpoint_provider.rb,
lib/aws-sdk-machinelearning/client_api.rb,
lib/aws-sdk-machinelearning/endpoints.rb,
lib/aws-sdk-machinelearning/resource.rb,
lib/aws-sdk-machinelearning/waiters.rb,
lib/aws-sdk-machinelearning/errors.rb,
lib/aws-sdk-machinelearning/client.rb,
lib/aws-sdk-machinelearning/types.rb,
lib/aws-sdk-machinelearning.rb
Overview
This module provides support for Amazon Machine Learning. This module is available in the ‘aws-sdk-machinelearning` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
machine_learning = Aws::MachineLearning::Client.new
resp = machine_learning.(params)
See Client for more information.
# Errors
Errors returned from Amazon Machine Learning are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::MachineLearning::Errors::ServiceError
# rescues all Amazon Machine Learning API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.49.0'