How to monitor, manage, and interact with your Baseten Training projects and jobs.
TrainingProject
s and individual TrainingJob
s. You can use the CLI or the API to manage your jobs.
TrainingProject
managementTrainingProject
s you have access to, typically showing their names and IDs. Additionally, this command will show all active jobs.
project-id
(obtained when creating the project or from truss train view
):
TrainingJob
managementtruss train push config.py
, you receive a project_id
and job_id
.
job-id
:
--tail
to follow the logs live.truss train view
and truss train logs
commands will help you track which status a job is in. For more on the job lifecycle, see the Lifecycle page.
TrainingJob
: If you need to stop a running job, use the stop
command with the job’s project ID and job ID:
TRAINING_JOB_STOPPED
state.
TrainingJob
are model checkpoints (if checkpointing is enabled and configured).CheckpointingConfig
works.model_name
you assign during deployment (via DeployCheckpointsConfig
) becomes the identifier for this trained model version derived from your specific job’s checkpoints.