Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Vertex AI Experiments est compatible avec le SDK Vertex AI pour Python et la console Google Cloud. Vertex AI Experiments nécessite et dépend de Vertex ML Metadata.
Préparation
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.
Le tableau Fonctionnalités disponibles répertorie les emplacements disponibles pour Vertex AI Experiments. Lorsque vous utilisez Vertex AI Pipelines ou Vertex AI TensorBoard, ceux-ci doivent se trouver au même emplacement que votre test Vertex AI.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[],[],null,["# Set up for Vertex AI Experiments\n\nVertex AI Experiments is supported by the Vertex AI SDK for Python and\nGoogle Cloud console. Vertex AI Experiments requires and depends on\n[Vertex ML Metadata](/vertex-ai/docs/ml-metadata/introduction).\n\nSet up\n------\n\n- Sign in to your Google Cloud account. If you're new to Google Cloud, [create an account](https://console.cloud.google.com/freetrial) to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.\n- In the Google Cloud console, on the project selector page,\n select or create a Google Cloud project.\n\n | **Note**: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.\n\n [Go to project selector](https://console.cloud.google.com/projectselector2/home/dashboard)\n-\n [Verify that billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project).\n\n-\n\n\n Enable the required API.\n\n\n [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=aiplatform.googleapis.com)\n\n- In the Google Cloud console, on the project selector page,\n select or create a Google Cloud project.\n\n | **Note**: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.\n\n [Go to project selector](https://console.cloud.google.com/projectselector2/home/dashboard)\n-\n [Verify that billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project).\n\n-\n\n\n Enable the required API.\n\n\n [Enable the API](https://console.cloud.google.com/flows/enableapi?apiid=aiplatform.googleapis.com)\n\n1. Create a Service account. See [Create a service account with required permissions](/vertex-ai/docs/experiments/tensorboard-training#create_a_service_account_with_required_permissions).\n2. Install the [Vertex AI SDK for Python.](/vertex-ai/docs/start/install-sdk)\n3. Check for existence of the `default` Metadata Store in your project. (required)\n - To see if your project has the `default` Metadata Store, go to the `Metadata` page in the Google Cloud console.\n - If the `default` Metadata Store doesn't exist, it's created when\n - you run the first ,\n - or, create your first experiment in the Vertex AI SDK for Python. \n Optional: To configure with CMEK, see [Configure your project's metadata store.](/vertex-ai/docs/ml-metadata/configure)\n\nSupported Locations\n-------------------\n\nThe [Feature availability](/vertex-ai/docs/general/locations#americas_1) table lists the available locations for Vertex AI Experiments. When using\nVertex AI Pipelines or Vertex AI TensorBoard,\nthey must be in the same location as your Vertex AI experiment.\n\nWhat's next\n-----------\n\n- [Create an experiment](/vertex-ai/docs/experiments/create-experiment)\n\nRelevant notebook tutorials\n---------------------------\n\n1. [Compare trained and evaluated models](/vertex-ai/docs/experiments/user-journey/uj-compare-models)\n2. [Model training with prebuilt data pre-processing code](/vertex-ai/docs/experiments/user-journey/uj-model-training)\n3. [Compare pipeline runs](/vertex-ai/docs/experiments/user-journey/uj-compare-pipeline-runs)\n4. [Autologging](/vertex-ai/docs/experiments/user-journey/uj-autologging)"]]