Class: Azure::BatchAI::Mgmt::V2017_09_01_preview::Models::CustomToolkitSettings
- Inherits:
-
Object
- Object
- Azure::BatchAI::Mgmt::V2017_09_01_preview::Models::CustomToolkitSettings
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-09-01-preview/generated/azure_mgmt_batchai/models/custom_toolkit_settings.rb
Overview
Specifies the settings for a custom tool kit job.
Instance Attribute Summary collapse
-
#command_line ⇒ String
The command line to execute the custom toolkit Job.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for CustomToolkitSettings class as Ruby Hash.
Instance Attribute Details
#command_line ⇒ String
16 17 18 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_batchai/models/custom_toolkit_settings.rb', line 16 def command_line @command_line end |
Class Method Details
.mapper ⇒ Object
Mapper for CustomToolkitSettings class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_batchai/models/custom_toolkit_settings.rb', line 23 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 |