원하는 값을 전달해 아티팩트의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.
description, metadata, alias를 업데이트하세요. W&B Public API(wandb.Api)를 사용해 이전에 W&B에 로깅된 아티팩트를 업데이트할 수 있습니다. 아티팩트가 처음 초기화된 뒤 아직 활성 상태인 경우에는 wandb.Run.save()를 사용해 아티팩트를 업데이트하세요.
wandb.Artifact.save() 또는 wandb.Run.log_artifact()를 사용해야 하는 경우
- 새 run을 시작하지 않고 기존 아티팩트를 업데이트하려면
Artifact.save()를 사용하세요. - 새 아티팩트를 만들고 특정 run에 연결하려면
wandb.Run.log_artifact()를 사용하세요.
wandb.Api)를 사용하세요. run이 활성 상태인 동안에는 wandb.Artifact 클래스를 사용하세요.
- run 중
- W&B Public API
- 컬렉션
다음 코드 예제는
wandb.Artifact API를 사용해 아티팩트의 설명을 업데이트하는 방법을 보여줍니다: