From 31c1c8534accb00842c21c1789accd35c3ac1639 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Mon, 15 May 2023 19:41:55 -0400 Subject: [PATCH] Updates to blueprints/data-solutions/vertex-mlops Updates to blueprints/data-solutions/vertex-mlops --- blueprints/data-solutions/vertex-mlops/README.md | 4 ++-- blueprints/data-solutions/vertex-mlops/metadata.yaml | 2 +- blueprints/data-solutions/vertex-mlops/variables.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprints/data-solutions/vertex-mlops/README.md b/blueprints/data-solutions/vertex-mlops/README.md index 4c918bbc..ef6b98f6 100644 --- a/blueprints/data-solutions/vertex-mlops/README.md +++ b/blueprints/data-solutions/vertex-mlops/README.md @@ -36,7 +36,7 @@ Assign roles relying on User groups is a way to decouple the final set of permis We use the following groups to control access to resources: -- *Data Scientits* (gcp-ml-ds@). They manage notebooks and create ML pipelines. +- *Data Scientist* (gcp-ml-ds@). They manage notebooks and create ML pipelines. - *ML Engineers* (gcp-ml-eng@). They manage the different Vertex resources. - *ML Viewer* (gcp-ml-eng@). Group with wiewer permission for the different resources. @@ -80,7 +80,7 @@ module "test" { | name | description | type | required | default | |---|---|:---:|:---:|:---:| -| [notebooks](variables.tf#L69) | Vertex AI workbenchs to be deployed. Service Account runtime/instances deployed. | map(object({…})) | ✓ | | +| [notebooks](variables.tf#L69) | Vertex AI workbenches to be deployed. Service Account runtime/instances deployed. | map(object({…})) | ✓ | | | [project_config](variables.tf#L96) | Provide 'billing_account_id' value if project creation is needed, uses existing 'project_id' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | object({…}) | ✓ | | | [bucket_name](variables.tf#L18) | GCS bucket name to store the Vertex AI artifacts. | string | | null | | [dataset_name](variables.tf#L24) | BigQuery Dataset to store the training data. | string | | null | diff --git a/blueprints/data-solutions/vertex-mlops/metadata.yaml b/blueprints/data-solutions/vertex-mlops/metadata.yaml index d09c2447..bb12a5f9 100644 --- a/blueprints/data-solutions/vertex-mlops/metadata.yaml +++ b/blueprints/data-solutions/vertex-mlops/metadata.yaml @@ -50,7 +50,7 @@ spec: interfaces: variables: - name: notebooks - description: Vertex AI workbenchs to be deployed. Service Account runtime/instances deployed. + description: Vertex AI workbenches to be deployed. Service Account runtime/instances deployed. type: |- map(object({ type = string diff --git a/blueprints/data-solutions/vertex-mlops/variables.tf b/blueprints/data-solutions/vertex-mlops/variables.tf index cc8200f9..d9e375df 100644 --- a/blueprints/data-solutions/vertex-mlops/variables.tf +++ b/blueprints/data-solutions/vertex-mlops/variables.tf @@ -67,7 +67,7 @@ variable "network_config" { } variable "notebooks" { - description = "Vertex AI workbenchs to be deployed. Service Account runtime/instances deployed." + description = "Vertex AI workbenches to be deployed. Service Account runtime/instances deployed." type = map(object({ type = string machine_type = optional(string, "n1-standard-4")