mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -2,9 +2,10 @@ NAME
|
|||
gcloud transcoder jobs create - create Transcoder jobs
|
||||
|
||||
SYNOPSIS
|
||||
gcloud transcoder jobs create [--input-uri=INPUT_URI]
|
||||
[--labels=[KEY=VALUE,...]] [--location=LOCATION] [--mode=MODE]
|
||||
[--optimization=OPTIMIZATION] [--output-uri=OUTPUT_URI]
|
||||
gcloud transcoder jobs create [--batch-mode-priority=BATCH_MODE_PRIORITY]
|
||||
[--input-uri=INPUT_URI] [--labels=[KEY=VALUE,...]]
|
||||
[--location=LOCATION] [--mode=MODE] [--optimization=OPTIMIZATION]
|
||||
[--output-uri=OUTPUT_URI]
|
||||
[--file=FILE | --json=JSON | --template-id=TEMPLATE_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -45,12 +46,22 @@ EXAMPLES
|
|||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json" --mode=PROCESSING_MODE_BATCH
|
||||
|
||||
To create a transcoder job in batch mode with priority:
|
||||
|
||||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json" --mode=PROCESSING_MODE_BATCH \
|
||||
--batch-mode-priority=3
|
||||
|
||||
To create a transcoder job with optimizations disabled:
|
||||
|
||||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json" --optimization=DISABLED
|
||||
|
||||
FLAGS
|
||||
--batch-mode-priority=BATCH_MODE_PRIORITY
|
||||
Processing priority of a batch mode transcoder job. This value will
|
||||
override batch mode priority in job config.
|
||||
|
||||
--input-uri=INPUT_URI
|
||||
Google Cloud Storage URI. This value will override input URI in job
|
||||
config.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue