Viam · Arazzo Workflow
Viam Train and Monitor an ML Model
Version 1.0.0
Submit a TFLite training job, poll its status, and branch to logs or cancel.
View Spec
View on GitHub
RoboticsEdge AIFleet ManagementComputer VisionMachine LearningIoTEmbeddedgRPCArazzoWorkflows
Provider
Workflows
train-and-monitor-model
Submit a training job, check status, and branch to logs or cancellation.
Submits a TFLite training job, retrieves it by the returned id, and branches on status — fetching logs while it runs or canceling it if it failed.
1
submitJob
submitTrainingJob
Submit a built-in TFLite training job against the dataset.
2
checkStatus
getTrainingJob
Retrieve the training job by the returned id to inspect its status.
3
fetchLogs
getTrainingJobLogs
Pull the training job logs while the job is pending or running.
4
cancelJob
cancelTrainingJob
Cancel the training job when it has failed to free resources.