CPU limit of the job.
Optional
cronSchedule?: Jobs.v1alpha1.CreateJobDefinitionRequestCronScheduleConfigConfigure a cron for the job.
Description of the job.
Optional
environmentVariables?: Record<string, string>Environment variables of the job.
Image to use for the job.
Optional
jobTimeout?: stringTimeout of the job in seconds.
Optional
localStorageCapacity?: numberLocal storage capacity of the job (in MiB).
Memory limit of the job (in MiB).
Optional
name?: stringName of the job definition.
Optional
projectId?: stringUUID of the Scaleway Project containing the job.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
Startup command. If empty or not defined, the image's default command is used.