class Azure::BatchAI::Mgmt::V2017_09_01_preview::Models::JobPreparation
Specifies the settings for job preparation.
Attributes
command_line[RW]
@return [String] 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.
Public Class Methods
mapper()
click to toggle source
Mapper for JobPreparation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-09-01-preview/generated/azure_mgmt_batchai/models/job_preparation.rb, line 25 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