Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
function finish
- Running: Active run that is logging data and/or sending heartbeats.
- Crashed: Run that stopped sending heartbeats unexpectedly.
- Finished: Run completed successfully (
exit_code=0) with all data synced. - Failed: Run completed with errors (
exit_code!=0).
exit_code: Integer indicating the run’s exit status. Use 0 for success, any other value marks the run as failed.quiet: Deprecated. Configure logging verbosity usingwandb.Settings(quiet=...).