Vertex AI Experiments is supported by the Vertex AI SDK for Python and Google Cloud console. Vertex AI Experiments requires and depends on Vertex ML Metadata.
Set up
- 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 required API.
-
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 required API.
- Create a Service account. See Create a service account with required permissions.
- Install the Vertex AI SDK for Python.
- Check for existence of the
default
Metadata Store in your project. (required)- To see if your project has the
default
Metadata Store, go to theMetadata
page in the Google Cloud console. - If the
default
Metadata Store doesn't exist, it's created when- you run the first PipelineJob,
- or, create your first experiment in the Vertex AI SDK for Python.
Optional: To configure with CMEK, see Configure your project's metadata store.
- To see if your project has the
Supported Locations
The Feature availability table lists the available locations for Vertex AI Experiments. When using Vertex AI Pipelines or Vertex AI TensorBoard, they must be in the same location as your Vertex AI experiment.
What's next
Relevant notebook tutorials
- Compare trained and evaluated models
- Model training with prebuilt data pre-processing code
- Compare pipeline runs
- Autologging