Get bake definition and metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User ID override via header (requires master API key)
User ID override (requires master API key)
Successful Response
Bake response: Inherits all fields from JobStatus
Job status: not_started, running, complete, failed
Number of output lines (not applicable for bakes)
Job config parameters
Error message if job failed
Coordinator job ID (if job is queued/running)
Job progress percentage (0-100) if job is running
List of model names in format 'user/repo/bake_name/checkpoint'. Index 0 is the latest checkpoint. Only present when status is 'complete'
Loss values from training. Contains 'latest_loss', 'final_loss', 'min_loss', 'max_loss'. Present when status is 'running' or 'complete' and metrics are available