Vertex AI Workbench creation and working – Vertex AI Workbench and Custom Model Training

Follow these steps to create Vertex AI workbench:Step 1: Landing page of Vertex AIWorkbench will be listed in the landing page of Vertex AI as shown in Figure 4.1: Figure […]

Read More

Pre-built models in GCP – AutoML Image, Text, and Pre-built Models

In addition to the AutoML capabilities of the cloud platform, GCP also offers pre-trained models. Pre-trained models belonging to Natural language, vision, videos, translation, and so on, are available. Predictions […]

Read More

Model deployment for online predictions text – AutoML Image, Text, and Pre-built Models

Deploy the model to get the online predictions. Follow the below steps to deploy the model onto the endpoint. Step 1: Model deployment The landing page of model deployment is […]

Read More

Model evaluation image – AutoML Image, Text, and Pre-built Models

In a way similar to AutoML tabular model, the AutoML image-trained model needs to be evaluated before proceeding further with batch/online predictions. Step 1: Model performance Trained model performance on […]

Read More

Image dataset creation – AutoML Image, Text, and Pre-built Models

AutoML model training can be initiated only after creating the dataset. Follow the below steps to create an image dataset for image classification: Step 1: Dataset creation Navigate to the […]

Read More

Model deployment for online predictions – Introduction to Vertex AI and AutoML Tabular

The model package, which we will bundle into a docker image to deploy, comprises all the parts required to execute a model, including the run environment, ML framework, stored model […]

Read More