Override the job title from the recipe.
Override the job description from the recipe.
Override the task type. BATCH jobs run to completion; PERSISTENT jobs run indefinitely.
BATCH, PERSISTENT Override the number of CPU cores required.
x >= 0Override the number of GPUs required.
x >= 0Override the GPU name requirement. Cannot be used with gpu_registry_uuid.
Override with a specific GPU registry UUID for precise matching. Cannot be used with gpu_name.
Override the minimum VRAM in GB.
x >= 0Override the minimum RAM in GB.
x >= 0Override the minimum storage in GB.
x >= 0Override the maximum number of nodes.
Override the maximum retry count.
x >= 0Override the assignment timeout in milliseconds.
x >= 300000Override the start timeout in milliseconds.
x >= 120000Override the run timeout in milliseconds. Required for BATCH tasks, must be null for PERSISTENT tasks.
x >= 60000Override the container/execution parameters.
Job created from recipe successfully
job PENDING, ASSIGNED, RUNNING, COMPLETED, CANCELLED, FAILED BATCH, PERSISTENT