NAME
    gcloud ai-platform versions - AI Platform Versions commands

SYNOPSIS
    gcloud ai-platform versions COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    A version is an implementation of a model, represented as a serialized
    TensorFlow graph with trained parameters.

    When you communicate with AI Platform services, you use the combination of
    the model, version, and current project to identify a specific model
    implementation that is deployed in the cloud.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        Create a new AI Platform version.

     delete
        Delete an existing AI Platform version.

     describe
        Describe an existing AI Platform version.

     list
        List existing AI Platform versions.

     set-default
        Sets an existing AI Platform version as the default for its model.

     update
        Update an AI Platform version.

NOTES
    These variants are also available:

        $ gcloud alpha ai-platform versions

        $ gcloud beta ai-platform versions

