> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Artifacts

<Card title="코드를 테스트할 때 wandb를 비활성화할 수 있나요?" href="/ko/support/models/articles/can-i-turn-off-wandb-when-testing-my-cod" arrow="true" horizontal>
  테스트 목적으로 W\&B를 no-operation(NOOP)으로 설정하려면 wandb.init(mode="disabled")를 사용하거나 WANDB\_MODE=disabled를 설정하세요 ...
</Card>

<Card title="W&B에서 이 Version ID와 ETag를 어떻게 가져오나요?" href="/ko/support/models/articles/how-can-i-fetch-these-version-ids-and-et" arrow="true" horizontal>
  artifact 레퍼런스가 W\&B에 로깅되고 bucket에서 versioning이 활성화되어 있으면 Version ID가 Amaz ...에 표시됩니다.
</Card>

<Card title="run이 로깅했거나 사용한 artifact는 어떻게 찾나요? artifact를 생성했거나 사용한 run은 어떻게 찾나요?" href="/ko/support/models/articles/how-can-i-find-the-artifacts-logged-or-c" arrow="true" horizontal>
  W\&B는 각 run이 로깅한 artifact와 각 run이 사용하는 artifact를 추적해 artifact 그래프를 구성합니다. 이 그래프는 이분 ...
</Card>

<Card title="sweep의 run에서 모델을 가장 효과적으로 로깅하려면 어떻게 해야 하나요?" href="/ko/support/models/articles/how-do-i-best-log-models-from-runs-in-a-" arrow="true" horizontal>
  sweep에서 모델을 로깅하는 효과적인 방법 중 하나는 sweep용 모델 artifact를 만드는 것입니다. 각 버전은 ...를 나타냅니다.
</Card>

<Card title="sweep에서 가장 성능이 좋은 run의 artifact는 어떻게 찾나요?" href="/ko/support/models/articles/how-do-i-find-an-artifact-from-the-best-" arrow="true" horizontal>
  sweep에서 가장 성능이 좋은 run의 artifact를 조회하려면 다음 코드를 사용하세요:
</Card>

<Card title="기존 run에 artifact를 어떻게 로깅하나요?" href="/ko/support/models/articles/how-do-i-log-an-artifact-to-an-existing-" arrow="true" horizontal>
  경우에 따라 이전에 로깅된 run의 출력으로 artifact를 표시해야 할 수 있습니다. 이 경우 ...를 다시 초기화하세요.
</Card>

<Card title="코드를 어떻게 저장하나요?‌" href="/ko/support/models/articles/how-do-i-save-code" arrow="true" horizontal>
  run을 시작하는 메인 스크립트나 노트북을 저장하려면 wandb.init에서 save\_code=True를 사용하세요. run의 모든 코드를 저장하려면 ...
</Card>

<Card title="artifact에 보존 또는 만료 정책을 어떻게 설정하나요?" href="/ko/support/models/articles/how-do-i-set-a-retention-or-expiration-p" arrow="true" horizontal>
  민감한 데이터를 포함한 artifact를 관리하거나 artifact 버전의 삭제 일정을 예약하려면 TTL(time-to-liv ...을 설정하세요.
</Card>

<Card title="각 artifact 버전은 저장소를 얼마나 사용하나요?" href="/ko/support/models/articles/how-much-storage-does-each-artifact-vers" arrow="true" horizontal>
  두 artifact 버전 사이에서 변경된 파일에만 저장소 비용이 발생합니다. animals라는 이름의 이미지 artifact를 예로 들면 ...
</Card>

<Card title="run과 함께 삭제된 artifact를 복구할 수 있나요?" href="/ko/support/models/articles/is-it-possible-to-recover-an-artifact-af" arrow="true" horizontal>
  run을 삭제할 때 연결된 artifact도 삭제할지 묻는 프롬프트가 표시됩니다. 이 옵션을 선택하면 ...가 영구적으로 삭제됩니다.
</Card>

<Card title="여러 아키텍처와 run에서 artifact 사용하기?" href="/ko/support/models/articles/using-artifacts-with-multiple-architectu" arrow="true" horizontal>
  모델을 versioning하는 방법은 다양합니다. Artifacts는 특정 요구 사항에 맞는 모델 versioning 도구를 제공합니다. ...
</Card>

<Card title="artifact는 어디에 다운로드되며, 이를 어떻게 제어할 수 있나요?" href="/ko/support/models/articles/where-are-artifacts-downloaded-and-how-c" arrow="true" horizontal>
  기본적으로 artifact는 artifacts/ 폴더에 다운로드됩니다. 위치를 변경하려면 다음과 같이 하세요: wandb.Artifact().download에 전달하세요: S ...
</Card>

<Card title="누가 내 artifact에 액세스할 수 있나요?" href="/ko/support/models/articles/who-has-access-to-my-artifacts" arrow="true" horizontal>
  artifact는 상위 프로젝트의 액세스 권한을 상속합니다. 비공개 프로젝트에서는 팀 구성원만 artifact에 액세스할 수 있습 ...
</Card>

<Card title="내 artifact를 레지스트리에 연결할 수 없는 이유는 무엇인가요?" href="/ko/support/models/articles/cannot-link-artifact-to-registry-from-p" arrow="true" horizontal>
  artifact를 W\&B Registry에 연결할 수 없다면, 가장 일반적인 원인은 해당 artifact가 개인 ...
</Card>
