Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Vertex AI Model Registry è un repository centrale in cui puoi gestire
il ciclo di vita dei tuoi modelli ML. Dal registro dei modelli,
hai una panoramica dei tuoi modelli, in modo da poter organizzare, monitorare
e addestrare meglio le nuove versioni. Quando hai una versione del modello di cui vuoi eseguire il deployment,
puoi assegnarla a un endpoint direttamente dal registro
o, utilizzando gli alias, eseguire il deployment dei modelli su un endpoint.
Vertex AI Model Registry supporta modelli personalizzati e tutti i tipi di dati AutoML: tabulari, immagini e video. Il
registro dei modelli
può supportare anche i modelli BigQuery ML. Se hai modelli addestrati in
BigQuery ML, puoi registrarli in
Model Registry senza doverli esportare da
BigQuery ML o importarli in Model Registry.
Dalla pagina dei dettagli della versione del modello puoi valutare, eseguire il deployment in un endpoint, configurare l'inferenza batch e visualizzare i dettagli specifici del modello. Vertex AI Model Registry
fornisce un'interfaccia semplice e semplificata per gestire ed eseguire il deployment dei tuoi
modelli migliori in produzione.
Flusso di lavoro comune
Esistono molti flussi di lavoro validi per lavorare nel Model Registry.
Per iniziare, puoi seguire queste linee guida per capire cosa puoi
fare nel registro dei modelli e in quale fase del percorso di addestramento del modello.
Importa i modelli nel Model Registry.
Crea nuovi modelli, assegna un alias predefinito a una versione del modello, pronto per la produzione.
Aggiungi altri alias o etichette per gestire e organizzare i modelli e le versioni dei modelli.
Esegui il deployment dei modelli in un endpoint per l'inferenza online.
Esegui l'inferenza batch e avvia la pipeline di valutazione del modello.
Visualizza i dettagli del modello e le metriche sul rendimento dalla pagina dei dettagli del modello.
Per scoprire di più su come integrare i modelli BigQuery ML con
Vertex AI, consulta la
documentazione di BigQuery ML.
Cercare e scoprire modelli utilizzando Dataplex Universal Catalog
Dataplex Universal Catalog è una piattaforma per archiviare, gestire e accedere ai tuoi metadati. Il Catalogo universale Dataplex offre un modo per cercare
i tuoi modelli Vertex AI in progetti e regioni.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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)"]]