mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
|
|
@ -38,6 +38,12 @@ EXAMPLES
|
|||
--region='us-central1' --deps-bucket=gs://my-bucket \
|
||||
--vars='variable=value'
|
||||
|
||||
To submit a Ray job, run:
|
||||
|
||||
$ gcloud dataproc batches submit ray my-ray.py \
|
||||
--location='us-central1' --deps-bucket=gs://my-bucket -- ARG1 \
|
||||
ARG2
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately without waiting for the operation in progress to
|
||||
|
|
@ -107,7 +113,7 @@ FLAGS
|
|||
--request-id=REQUEST_ID
|
||||
A unique ID that identifies the request. If the service receives two
|
||||
batch create requests with the same request_id, the second request is
|
||||
ignored and the operation that corresponds to the first Batch created
|
||||
ignored and the operation that corresponds to the first batch created
|
||||
and stored in the backend is returned. Recommendation: Always set this
|
||||
value to a UUID. The value must contain only letters (a-z, A-Z),
|
||||
numbers (0-9), underscores (), and hyphens (-). The maximum length is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue