Creates default jobs (background instances) for a specified machine with the given parameters.
CLI Usage: vastai set defjob <machine_id> --price_gpu <price> --price_inetu <price> --price_inetd <price> --image <image> [--args <args>]
API key must be provided in the Authorization header
ID of the machine to create jobs for.
12345
Price per GPU per day.
0.5
Price for internet upload.
0.1
Price for internet download.
0.1
Docker image to use for the job.
"vastai/tensorflow"
Arguments for the Docker image.
["--arg1", "--arg2"]