Training Scripts
The Viam Registry hosts custom Python ML training scripts, which you can use to train machine learning models.
In this page
Training scripts in the registry
Script
Description
API
To submit training jobs programmatically, use the ML Training client API, which supports the following methods:
Method Name | Description |
---|---|
SubmitTrainingJob | Submit a training job. |
SubmitCustomTrainingJob | Submit a training job from a custom training script. |
GetTrainingJob | Get training job metadata. |
ListTrainingJobs | Get training job metadata for all jobs within an organization. |
CancelTrainingJob | Cancel the specified training job. |
DeleteCompletedTrainingJob | Delete a completed training job from the database, whether the job succeeded or failed. |
Next steps
Follow one of these guides to write your own custom training script or to train models with training scripts:
Was this page helpful?
Glad to hear it! If you have any other feedback please let us know:
We're sorry about that. To help us improve, please tell us what we can do better:
Thank you!