Vertex Stacks
Create, inspect, and use Vertex AI-backed stacks with GCS storage
Prerequisites
Create the stack
kitaru stack create prod-vertex \
--type vertex \
--artifact-store gs://my-bucket/kitaru \
--container-registry us-central1-docker.pkg.dev/my-project/my-repo \
--region us-central1Field
Meaning
Set advanced Vertex defaults
Use YAML for repeatable setup
Inspect and use it
Delete it
Related
Last updated
Was this helpful?