NAME
    gcloud ai model-monitoring-jobs - manage Vertex AI model monitoring jobs

SYNOPSIS
    gcloud ai model-monitoring-jobs COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Manage Vertex AI model monitoring jobs.

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 Vertex AI model monitoring job.

     delete
        Delete an existing Vertex AI model deployment monitoring job.

     describe
        Get detailed model deployment monitoring job information about the
        given job id.

     list
        List the model deployment monitoring jobs of the given project and
        region.

     pause
        Pause a running Vertex AI model deployment monitoring job.

     resume
        Resume a paused Vertex AI model deployment monitoring job.

     update
        Update an Vertex AI model deployment monitoring job.

NOTES
    These variants are also available:

        $ gcloud alpha ai model-monitoring-jobs

        $ gcloud beta ai model-monitoring-jobs

