1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud alpha ml translate batch-translate-text --destination=DESTINATION
--source=[SOURCE,...] --source-language=SOURCE_LANGUAGE
--source=[FILE_PATH[=FILE_TYPE],...] --source-language=SOURCE_LANGUAGE
--target-language-codes=[TARGET_LANGUAGE_CODES,...]
[--glossaries=[GLOSSARIES,...]] [--models=[MODELS,...]]
[--glossaries=[KEY=VALUE,...]] [--models=[KEY=VALUE,...]]
[--zone=ZONE; default="global"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -27,7 +27,7 @@ REQUIRED FLAGS
Location to which the results should be written. Must be a Google Cloud
Storage URI.
--source=[SOURCE,...]
--source=[FILE_PATH[=FILE_TYPE],...]
Comma-separated list of entries of the form FILE_PATH[=FILE_TYPE]
specifying source files and files types for the translation. FILE_PATH
must be a Google Cloud Storage URI. FILE_TYPE defaults to 'text/html'
@ -45,11 +45,11 @@ REQUIRED FLAGS
language codes here.
OPTIONAL FLAGS
--glossaries=[GLOSSARIES,...]
--glossaries=[KEY=VALUE,...]
Glossaries to be applied for translation. Comma-separated dictionary
where map's key is target language code, map's value is glossary name.
--models=[MODELS,...]
--models=[KEY=VALUE,...]
Models to use for translation. Comma-separated dictionary where map's
key is target language code, map's value is model name. Value can be a
built-in general model, or an AutoML Translation model.