Vertex AI Model Registry는 ML 모델의 수명 주기를 관리할 수 있는 중앙 저장소입니다. Model Registry에서 모델 개요가 제공되므로 새 버전을 더욱 효과적으로 구성, 추적하고 학습시킬 수 있습니다. 배포할 모델 버전이 있는 경우 레지스트리에서 직접 모델을 엔드포인트에 할당하거나 별칭을 사용하여 엔드포인트에 배포할 수 있습니다.
Vertex AI Model Registry에서는 커스텀 모델과 모든 AutoML 데이터 유형(텍스트, 테이블 형식, 이미지, 동영상)을 지원합니다. Model Registry는 BigQuery ML 모델도 지원할 수 있습니다. BigQuery ML에서 학습된 모델이 있으면 BigQuery ML에서 내보내거나 Model Registry로 가져오지 않고도 Model Registry에 모델을 등록할 수 있습니다.
모델 버전 세부정보 페이지에서 평가하고 엔드포인트에 배포하고 일괄 예측을 설정하며 특정 모델 세부정보를 볼 수 있습니다. Vertex AI Model Registry는 간단하고 간소화된 인터페이스를 제공하므로 최고의 모델을 관리하고 프로덕션에 배포할 수 있습니다.
일반적인 워크플로
Model Registry에서 작동하는 유효한 워크플로가 많습니다.
시작하려면 다음 가이드라인을 따라 Model Registry에서 할 수 있는 작업과 모델 학습 과정의 어떤 단계에서 진행할 수 있는지 확인합니다.
모델을 Model Registry로 가져옵니다.
프로덕션에 사용할 수 있는 새 모델을 만들고 모델 버전에 기본 별칭을 할당합니다.
모델과 모델 버전을 관리 및 구성하는 데 도움이 되는 다른 별칭이나 라벨을 추가합니다.
온라인 예측을 위해 모델을 엔드포인트에 배포합니다.
일괄 예측을 실행하고 모델 평가 파이프라인을 시작합니다.
모델 세부정보 페이지에서 모델 세부정보와 성능 측정항목을 봅니다.
BigQuery ML 모델을 Vertex AI와 통합하는 방법에 대한 자세한 내용은 BigQuery ML 문서를 참조하세요.
Dataplex의 Data Catalog 서비스를 사용하여 모델 검색 및 탐색
Dataplex의 Data Catalog 서비스는 프로젝트와 리전에서 모델을 검색하도록 중앙 집중식 위치를 제공하는 확장 가능한 완전 관리형 메타데이터 관리 서비스입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Introduction to Vertex AI Model Registry\n\n| To see an example of getting started with Vertex AI Model Registry,\n| run the \"Get started with Vertex AI Model Registry\" notebook in one of the following\n| environments:\n|\n| [Open in Colab](https://colab.research.google.com/github/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/model_registry/get_started_with_model_registry.ipynb)\n|\n|\n| \\|\n|\n| [Open in Colab Enterprise](https://console.cloud.google.com/vertex-ai/colab/import/https%3A%2F%2Fraw.githubusercontent.com%2FGoogleCloudPlatform%2Fvertex-ai-samples%2Fmain%2Fnotebooks%2Fofficial%2Fmodel_registry%2Fget_started_with_model_registry.ipynb)\n|\n|\n| \\|\n|\n| [Open\n| in Vertex AI Workbench](https://console.cloud.google.com/vertex-ai/workbench/deploy-notebook?download_url=https%3A%2F%2Fraw.githubusercontent.com%2FGoogleCloudPlatform%2Fvertex-ai-samples%2Fmain%2Fnotebooks%2Fofficial%2Fmodel_registry%2Fget_started_with_model_registry.ipynb)\n|\n|\n| \\|\n|\n| [View on GitHub](https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/model_registry/get_started_with_model_registry.ipynb)\n\nThe Vertex AI Model Registry is a central repository where you can manage\nthe lifecycle of your ML models. From the Model Registry,\nyou have an overview of your models so you can better organize, track,\nand train new versions. When you have a model version you would like to deploy,\nyou can assign it to an endpoint directly from the registry,\nor using aliases, deploy models to an endpoint.\n\nThe Vertex AI Model Registry supports custom models and all\nAutoML data types - tabular, image, and video. The\nModel Registry\ncan also support BigQuery ML models. If you have models trained in\nBigQuery ML, you can register them with the\nModel Registry without needing to export them from\nBigQuery ML or import them into the Model Registry.\n\nFrom the model version details page you can evaluate, deploy to an endpoint,\nset up batch inference, and view specific model details. The Vertex AI Model Registry\nprovides a straightforward and streamlined interface to manage and deploy your\nbest models to production.\n\nCommon workflow\n---------------\n\nThere are many valid workflows for working in the Model Registry.\nTo get started, you might want to follow these guidelines to understand what you can\ndo in the Model Registry and at what stage in your model-training journey.\n\n- Import models to the Model Registry.\n- Create new models, assign a model version the default alias, ready for production.\n- Add other aliases, or labels to help you manage and organize your models and model versions.\n- Deploy your models to an endpoint for online inference.\n- Run batch inference, and start your model evaluation pipeline.\n- View your model details and view performance metrics from the model details page.\n\nTo learn more about how to integrate your BigQuery ML models with\nVertex AI, see the\n[BigQuery ML documentation.](/bigquery-ml/docs/managing-models-vertex)\n\nSearch and discover models using Dataplex Universal Catalog\n-----------------------------------------------------------\n\nDataplex Universal Catalog is a platform for storing, managing, and accessing your\nmetadata. Dataplex Universal Catalog provides a way to search\nfor your Vertex AI models across projects and regions.\n\nFor more information, see [About data catalog management in\nDataplex Universal Catalog](/dataplex/docs/catalog-overview).\n\nWhat's next\n-----------\n\nTo get started using Vertex AI Model Registry, see:\n\n- [Import models to Vertex AI](/vertex-ai/docs/model-registry/import-model)\n- [Model versioning with Model Registry](/vertex-ai/docs/model-registry/versioning)\n- [How to use model version aliases](/vertex-ai/docs/model-registry/model-alias)\n- [BigQuery ML and Model Registry](/vertex-ai/docs/model-registry/model-registry-bqml)\n- [Copy a model in Vertex AI Model Registry](/vertex-ai/docs/model-registry/copy-model)"]]