Configura Vertex AI Experiments

Vertex AI Experiments è supportato dall'SDK Vertex AI Python e Google Cloud dalla console. Vertex AI Experiments richiede e dipende da Vertex ML Metadata.

Configura

  1. Accedi al tuo Google Cloud account. Se non conosci Google Cloud, crea un account per valutare le prestazioni dei nostri prodotti in scenari reali. I nuovi clienti ricevono anche 300 $di crediti senza costi per l'esecuzione, il test e il deployment dei workload.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Roles required to select or create a project

    • Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
    • Create a project: To create a project, you need the Project Creator role (roles/resourcemanager.projectCreator), which contains the resourcemanager.projects.create permission. Learn how to grant roles.

    Go to project selector

  3. Verify that billing is enabled for your Google Cloud project.

  4. Enable the required API.

    Roles required to enable APIs

    To enable APIs, you need the Service Usage Admin IAM role (roles/serviceusage.serviceUsageAdmin), which contains the serviceusage.services.enable permission. Learn how to grant roles.

    Enable the API

  5. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Roles required to select or create a project

    • Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
    • Create a project: To create a project, you need the Project Creator role (roles/resourcemanager.projectCreator), which contains the resourcemanager.projects.create permission. Learn how to grant roles.

    Go to project selector

  6. Verify that billing is enabled for your Google Cloud project.

  7. Enable the required API.

    Roles required to enable APIs

    To enable APIs, you need the Service Usage Admin IAM role (roles/serviceusage.serviceUsageAdmin), which contains the serviceusage.services.enable permission. Learn how to grant roles.

    Enable the API

  8. Crea un account di servizio. Consulta Creare un account di servizio con le autorizzazioni richieste.
  9. Installa l'SDK Vertex AI per Python.
  10. Verifica l'esistenza dell'archivio dei metadati default nel tuo progetto. (obbligatorio)
    • Per verificare se il tuo progetto ha l'archivio dei metadati default, vai alla pagina Metadata nella Google Cloud console.
    • Se l'archivio dei metadati default non esiste, viene creato quando

Località supportate

La tabella Disponibilità delle funzionalità elenca le località disponibili per Vertex AI Experiments. Quando utilizzi Vertex AI Pipelines o Vertex AI TensorBoard, questi devono trovarsi nella stessa località dell'esperimento Vertex AI.

Passaggi successivi

Tutorial sui notebook pertinenti

  1. Confronta i modelli addestrati e valutati
  2. Addestramento del modello con codice di pre-elaborazione dei dati predefinito
  3. Confronta le esecuzioni della pipeline
  4. Autologging