You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`submit`| Submits training job on data in the Viam cloud. |`managed`, `custom`|
1344
1348
|`get`| Gets a training job from the Viam cloud based on training job ID. | - |
1349
+
|`logs`| Gets the logs of a training job from the Viam cloud based on training job ID. | - |
1345
1350
|`cancel`| Cancels training job in the Viam cloud based on training job ID. | - |
1346
1351
|`list`| Lists training jobs in Viam cloud based on organization ID and job status. | - |
1347
1352
@@ -1376,7 +1381,7 @@ viam train list --org-id=123 --job-status=completed
1376
1381
|`--script-name`| The registry name of the ML training script to use for training. If uploading, this sets the name. |`submit custom from-registry`, `submit custom with-upload`|**Required**|
1377
1382
|`--version`| The version of the ML training script to use for training. |`submit custom from-registry`, `submit custom with-upload`|**Required**|
1378
1383
|`--path`| The path to the ML training script to upload. |`submit custom with-upload`|**Required**|
1379
-
|`--job-id`| The ID of the training job to get or cancel. You can retrieve this value with `train list`. |`get`, `cancel`|**Required**|
1384
+
|`--job-id`| The ID of the training job to get or cancel. You can retrieve this value with `train list`. |`get`, `logs`, `cancel`|**Required**|
1380
1385
|`--job-status`| Training status to filter for. Can be one of `canceled`, `canceling`, `completed`, `failed`, `in_progress`, `pending`, or `unspecified`. |`list`|**Required**|
1381
1386
|`--framework`| Framework of the ML training script to upload, can be `tflite`, `tensorflow`, `pytorch`, or `onnx`. |`submit custom with-upload`| Optional |
0 commit comments