class Azure::MachineLearningServices::Mgmt::V2019_05_01::Models::ComputeNodesInformation

Compute nodes information related to a Machine Learning compute. Might differ for every type of compute.

Attributes

computeType[RW]

Private Class Methods

mapper() click to toggle source

Mapper for ComputeNodesInformation class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-05-01/generated/azure_mgmt_machine_learning_services/models/compute_nodes_information.rb, line 33
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ComputeNodesInformation',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'computeType',
      uber_parent: 'ComputeNodesInformation',
      class_name: 'ComputeNodesInformation',
      model_properties: {
        next_link: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'nextLink',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end
new() click to toggle source
# File lib/2019-05-01/generated/azure_mgmt_machine_learning_services/models/compute_nodes_information.rb, line 19
def initialize
  @computeType = "ComputeNodesInformation"
end