parallel.cluster.generic.awsbatch.submitBatchJob
Submit job to AWS Batch
Description
submits a job of size schedulerID = parallel.cluster.generic.awsbatch.submitBatchJob(arraySize,jobName,jobQueue,jobDefinition,command,environmentVariableNames,environmentVariableValues)arraySize to the AWS Batch job queue
jobQueue. The job has the name jobName, job
definition jobDefinition. The container that runs the AWS Batch job
receives and processes the command command. The job runs with the
environment variables environmentVariableNames and values
environmentVariableValues. This function returns an AWS Batch job ID.
For information about AWS Batch job queues, job definitions, and the command passed to the container that runs the AWS Batch job, see the AWS Batch documentation.
Note
This function requires the Parallel Computing Toolbox™ plugin for MATLAB® Parallel Server™ with AWS® Batch. For an example of how to use the function, see the plugin scripts.
Input Arguments
Output Arguments
Version History
Introduced in R2019b