class Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPreparation
Job
preparation settings.
Attributes
command_line[RW]
@return [String] Command line. The command line to execute. If containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
Private Class Methods
mapper()
click to toggle source
Mapper for JobPreparation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-05-01/generated/azure_mgmt_batchai/models/job_preparation.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'JobPreparation', type: { name: 'Composite', class_name: 'JobPreparation', model_properties: { command_line: { client_side_validation: true, required: true, serialized_name: 'commandLine', type: { name: 'String' } } } } } end