mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
42 lines
811 B
Text
42 lines
811 B
Text
NAME
|
|
gcloud ai custom-jobs - manage Vertex AI custom jobs
|
|
|
|
SYNOPSIS
|
|
gcloud ai custom-jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Cancel a running custom job.
|
|
|
|
create
|
|
Create a new custom job.
|
|
|
|
describe
|
|
Get detailed information about the custom job by given id.
|
|
|
|
list
|
|
Lists the existing custom jobs.
|
|
|
|
local-run
|
|
Run a custom training locally.
|
|
|
|
stream-logs
|
|
Show stream logs from a running custom job.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha ai custom-jobs
|
|
|
|
$ gcloud beta ai custom-jobs
|
|
|