NAME
    gcloud alpha ai-platform models - AI Platform Models commands

SYNOPSIS
    gcloud alpha ai-platform models COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) An AI Platform model is a container representing an ML application
    or service. A model may contain multiple versions which act as the
    implementation of the service. See also:

        $ gcloud alpha ai-platform versions --help.

    For more information, please see
    https://cloud.google.com/ml/docs/concepts/technical-overview#model

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (ALPHA) Add IAM policy binding for a model.

     create
        (ALPHA) Create a new AI Platform model.

     delete
        (ALPHA) Delete an existing AI Platform model.

     describe
        (ALPHA) Describe an existing AI Platform model.

     get-iam-policy
        (ALPHA) Get the IAM policy for a model.

     list
        (ALPHA) List existing AI Platform models.

     remove-iam-policy-binding
        (ALPHA) Remove IAM policy binding for a model.

     set-iam-policy
        (ALPHA) Set the IAM policy for a model.

     update
        (ALPHA) Update an existing AI Platform model.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud ai-platform models

        $ gcloud beta ai-platform models

