class Azure::BatchAI::Mgmt::V2018_05_01::Models::CustomToolkitSettings

Custom tool kit job settings.

Attributes

command_line[RW]

@return [String] Command line. The command line to execute on the master node.

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-05-01/generated/azure_mgmt_batchai/models/custom_toolkit_settings.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'CustomToolkitSettings',
    type: {
      name: 'Composite',
      class_name: 'CustomToolkitSettings',
      model_properties: {
        command_line: {
          client_side_validation: true,
          required: false,
          serialized_name: 'commandLine',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end