mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud transcoder jobs create [--input-uri=INPUT_URI]
|
||||
[--labels=[KEY=VALUE,...]] [--location=LOCATION]
|
||||
[--labels=[KEY=VALUE,...]] [--location=LOCATION] [--mode=MODE]
|
||||
[--output-uri=OUTPUT_URI]
|
||||
[--file=FILE | --json=JSON | --template-id=TEMPLATE_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -35,15 +35,18 @@ EXAMPLES
|
|||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json"
|
||||
|
||||
To Create a transcoder job with labels:
|
||||
To create a transcoder job with labels:
|
||||
|
||||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json" --labels=key=value
|
||||
|
||||
To create a transcoder job in batch mode: $ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json" --mode=PROCESSING_MODE_BATCH
|
||||
|
||||
FLAGS
|
||||
--input-uri=INPUT_URI
|
||||
Google Cloud Storage URI. If inputs URI exists in job config, this
|
||||
value will be ignored
|
||||
Google Cloud Storage URI. This value will override input URI in job
|
||||
config.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
|
@ -68,9 +71,14 @@ FLAGS
|
|||
▸ provide the argument --location on the command line;
|
||||
▸ set the property transcoder/location.
|
||||
|
||||
--mode=MODE
|
||||
Processing mode of transcode job. This value will override mode in job
|
||||
config. MODE must be one of: PROCESSING_MODE_INTERACTIVE,
|
||||
PROCESSING_MODE_BATCH.
|
||||
|
||||
--output-uri=OUTPUT_URI
|
||||
Google Cloud Storage directory URI (followed by a trailing forward
|
||||
slash). If output URIexists in job config, this value will be ignored.
|
||||
slash). This value will override output URI in job config.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue