This guide describes how to set up a Google Cloud project to start using
Vertex AI. It also describes how to set up the Google Cloud CLI in your
local development environment. You can use the gcloud CLI to perform
custom training and interact with Model
and Endpoint
resources.
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Vertex AI API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Update and install
gcloud
components:gcloud components update
gcloud components install beta -
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Vertex AI API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Update and install
gcloud
components:gcloud components update
gcloud components install beta
What's next
Read an overview of Vertex AI.
Walk through one of the tutorials for using Vertex AI.
Learn how to use the Vertex AI SDK for Python, which provides another way to interact with Vertex AI.