vwb

Vertex AI Workbench

AI & MLGCP
General

General information about the service.

Description

Vertex AI Workbench provides managed and user-managed Jupyter notebook environments for data science and ML development with built-in integration to BigQuery and Google Cloud services.

Service ID

notebooks.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/instances/{instance}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

vwb-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

regional

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_workbench_instance" "main" {
2 name = "vwb-${var.workload}-${var.environment}"
3 location = var.zone
4 gce_setup {
5 machine_type = "n1-standard-4"
6 }
7}
Utilities

Utilities to support app deployment or configuration.