Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

history オブジェクトは、 wandb.log で記録されたメトリクスを追跡します。API を使用して history オブジェクトにアクセスするには、以下のように記述します。
api = wandb.Api()
run = api.run("username/project/run_id")
print(run.history())