NAME
    gcloud beta ai models - manage Vertex AI models

SYNOPSIS
    gcloud beta ai models COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Manage Vertex AI models.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     copy
        (BETA) Copy a model.

     delete
        (BETA) Delete an existing Vertex AI model.

     delete-version
        (BETA) Delete an existing Vertex AI model version.

     describe
        (BETA) Get detailed model information about the given model id.

     list
        (BETA) List the models of the given project and region.

     list-version
        (BETA) List the model versions of the given region and model.

     upload
        (BETA) Upload a new model.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud ai models

        $ gcloud alpha ai models

