> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud에 배포

> Weave 모델과 ops를 클라우드 플랫폼에 배포해 추론 및 서빙을 위한 프로덕션용 API endpoint로 활용하세요.

`weave deploy` command를 사용해 Weave 모델을 Google Cloud에 배포하면 추론용으로 호출할 수 있는 프로덕션용 API endpoint로 만들 수 있습니다.

<Note>
  `weave deploy`를 사용하려면 머신에 `gcloud`가 설치되어 있고 설정도 완료되어 있어야 합니다. `weave deploy gcp`는 명령줄 인수로 설정을 직접 지정하지 않으면 기존 `gcloud` 설정을 사용합니다.
</Note>

Weave 모델을 Google Cloud에 배포하려면 다음을 실행하세요:

```bash theme={null}
weave deploy gcp [REF]
```

배포 후 명령어는 다음 형식의 URL을 출력합니다. 배포한 모델과 상호 작용하려면 해당 URL의 `/docs` 경로로 이동하세요.

```text theme={null}
Service URL: <PATH_TO_MODEL>. Visit <PATH_TO_MODEL>/docs to interact with your model!
```
