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())