# encoding: utf-8 # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. require 'profiles/latest/machinelearning_module_definition' require 'profiles/latest/modules/machinelearning_profile_module' module Azure::MachineLearning::Profiles::Latest::Mgmt # # Client class for the Latest profile SDK. # class Client < MachineLearningClass include MsRestAzure::Common::Configurable def initialize(options = {}) super(options) end end end