File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta_ml_vision_operations_describe.1
.TH "GCLOUD_BETA_ML_VISION_OPERATIONS_DESCRIBE" 1
.SH "NAME"
.HP
gcloud beta ml vision operations describe \- describe a long\-running operation
.SH "SYNOPSIS"
.HP
\f5gcloud beta ml vision operations describe\fR \fIOPERATION\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\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 beta 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 beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud alpha ml vision operations describe
.RE