Overview of getting predictions on Vertex AI (original) (raw)

Overview of getting predictions on Vertex AI

Stay organized with collections Save and categorize content based on your preferences.

A prediction is the output of a trained machine learning model. This page provides an overview of the workflow for getting predictions from your models on Vertex AI.

Vertex AI offers two methods for getting prediction:

Get predictions from custom trained models

To get predictions, you must first import your model. After it's imported, it becomes aModel resource that is visible inVertex AI Model Registry.

Then, read the following documentation to learn how to get predictions:

Get predictions from AutoML models

Unlike custom trained models, AutoML models are automatically imported into the Vertex AI Model Registry after training.

Other than that, the workflow for AutoML models is similar, but varies slightly based on your data type and model objective. The documentation for getting AutoML predictions is located alongside the other AutoML documentation. Here are links to the documentation:

Image

Learn how to get predictions from the following types of image AutoML models:

Tabular

Learn how to get predictions from the following types of tabular AutoML models:

Text

Learn how to get predictions from the following types of text AutoML models:

Video

Learn how to get predictions from the following types of video AutoML models:

Get predictions from BigQuery ML models

There are two ways to get predictions from BigQuery ML models: