mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
43 lines
936 B
Text
43 lines
936 B
Text
NAME
|
|
gcloud beta ai custom-jobs - manage Vertex AI custom jobs
|
|
|
|
SYNOPSIS
|
|
gcloud beta ai custom-jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Vertex AI custom jobs.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cancel
|
|
(BETA) Cancel a running custom job.
|
|
|
|
create
|
|
(BETA) Create a new custom job.
|
|
|
|
describe
|
|
(BETA) Get detailed information about the custom job by given id.
|
|
|
|
list
|
|
(BETA) Lists the existing custom jobs.
|
|
|
|
local-run
|
|
(BETA) Run a custom training locally.
|
|
|
|
stream-logs
|
|
(BETA) Show stream logs from a running custom job.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud ai custom-jobs
|
|
|
|
$ gcloud alpha ai custom-jobs
|
|
|