Class: Azure::Profiles::Latest::Client::MachineLearningAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/latest/latest_profile_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(context, base_url, options) ⇒ MachineLearningAdapter

Returns a new instance of MachineLearningAdapter.



772
773
774
# File 'lib/latest/latest_profile_client.rb', line 772

def initialize(context, base_url, options)
  @mgmt = Azure::Profiles::Latest::MachineLearning::Mgmt::MachineLearningManagementClass.new(context, base_url, options)
end

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



770
771
772
# File 'lib/latest/latest_profile_client.rb', line 770

def mgmt
  @mgmt
end