$ bx job 1272
----------------------------------------------------------------------------------------------------------------
Details:
ID IMAGE AGO USER BX-UNITS INPUT STATUS COST/H RUNTIME COST
1272 batchx@tutorial/hello-world:1.0.0 7 d nacho 1x1000x0 SUCCEEDED 0.34 USD 13 s 0.01 USD
----------------------------------------------------------------------------------------------------------------
Original command:
bx submit -v=1 -m=1000 batchx@tutorial/hello-world:1.0.0 '{
"yourName" : "Michael Jordan"
}'
Reproducible command:
bx submit -v=1 -m=1000 batchx@tutorial/hello-world:1.0.0 $(bx cat jobs/1272/input/input.json) -n
----------------------------------------------------------------------------------------------------------------
Exit code: 0
Output:
{
"responseFile" : "bx://jobs/1272/output/response/response.txt"
}
----------------------------------------------------------------------------------------------------------------
Job files:
jobs/1272
├── [33 B] jobs/1272/image.txt
├── jobs/1272/input
│ ├── [20 B] jobs/1272/input/input.json
│ └── [20 B] jobs/1272/input/original-input.json
└── jobs/1272/output
├── [62 B] jobs/1272/output/output.json
└── jobs/1272/output/response
└── [32 B] jobs/1272/output/response/response.txt
----------------------------------------------------------------------------------------------------------------