gcloud alpha mldiagnostics monitored-events describe

NAME
gcloud alpha mldiagnostics monitored-events describe - display the details of a specific monitored event
SYNOPSIS
gcloud alpha mldiagnostics monitored-events describe (MONITORED_EVENT : --location=LOCATION --machine-learning-run=MACHINE_LEARNING_RUN) [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Display the details of a specific monitored event.
EXAMPLES
To get details of a specific monitored event, run:
gcloud alpha mldiagnostics monitored-events describe abc-123-def-456 --location=us-central1 --machine-learning-run=my-run-123 --format=json
Sample output:
  {
    "analyzerInsightFound": true,
    "displayName": "performance-degradation-event",
    "name": "projects/PROJECT_ID/locations/us-central1/machineLearningRuns/my-run-123/monitoredEvents/abc-123-def-456",
    "startTime": "2026-05-01T12:00:00Z",
    "type": "PERFORMANCE_DEGRADATION"
  }
POSITIONAL ARGUMENTS
MonitoredEvent resource - projects/{project}/locations/{location}/machineLearningRuns/{machineLearningRun}/monitoredEvents/{monitoredEvent} The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument monitored_event on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

MONITORED_EVENT
ID of the monitoredEvent or fully qualified identifier for the monitoredEvent.

To set the monitored_event attribute:

  • provide the argument monitored_event on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
The location id of the monitoredEvent resource.

To set the location attribute:

  • provide the argument monitored_event on the command line with a fully specified name;
  • provide the argument --location on the command line;
  • set the property compute/region.
--machine-learning-run=MACHINE_LEARNING_RUN
The machine learning run id of the monitoredEvent resource.

To set the machine-learning-run attribute:

  • provide the argument monitored_event on the command line with a fully specified name;
  • provide the argument --machine-learning-run on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

API REFERENCE
This command uses the hypercomputecluster/v1alpha API. The full documentation for this API can be found at: https://docs.cloud.google.com/cluster-director/docs
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.