File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_ml_vision_operations_describe.1
.TH "GCLOUD_ALPHA_ML_VISION_OPERATIONS_DESCRIBE" 1
.SH "NAME"
.HP
gcloud alpha ml vision operations describe \- describe a long\-running operation
.SH "SYNOPSIS"
.HP
\f5gcloud alpha ml vision operations describe\fR \fIOPERATION\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR describe a long\-running operation
.SH "EXAMPLES"
To describe the long\-running operation with name
\'projects/my\-project/locations/us\-east1/operations/123', run:
.RS 2m
$ gcloud alpha ml vision operations describe \e
projects/my\-project/locations/us\-east1/operations/123
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIOPERATION\fR
Full name of the operation to describe.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "API REFERENCE"
This command uses the \fBvision/v1\fR API. The full documentation for this API
can be found at: https://cloud.google.com/vision/
.SH "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. This variant is also available:
.RS 2m
$ gcloud beta ml vision operations describe
.RE