diff --git a/blueprints/data-solutions/bq-ml/README.md b/blueprints/data-solutions/bq-ml/README.md index 53bfdca6..79a73832 100644 --- a/blueprints/data-solutions/bq-ml/README.md +++ b/blueprints/data-solutions/bq-ml/README.md @@ -45,7 +45,6 @@ To run the demo: - Connect to the Vertex AI workbench instance - Clone this repository - Run the and run [`demo/bmql_pipeline.ipynb`](demo/bmql_pipeline.ipynb) Jupyter Notebook. - ## Variables @@ -69,7 +68,7 @@ To run the demo: | [notebook](outputs.tf#L27) | Vertex AI notebook details. | | | [project](outputs.tf#L35) | Project id. | | | [service-account-vertex](outputs.tf#L45) | Service account to be used for Vertex AI pipelines | | -| [vertex-ai-metadata-store](outputs.tf#L50) | | | +| [vertex-ai-metadata-store](outputs.tf#L50) | Vertex AI Metadata Store ID. | | | [vpc](outputs.tf#L40) | VPC Network. | | diff --git a/blueprints/data-solutions/bq-ml/outputs.tf b/blueprints/data-solutions/bq-ml/outputs.tf index 1a39e19c..a23ba484 100644 --- a/blueprints/data-solutions/bq-ml/outputs.tf +++ b/blueprints/data-solutions/bq-ml/outputs.tf @@ -48,7 +48,6 @@ output "service-account-vertex" { } output "vertex-ai-metadata-store" { - description = "" + description = "Vertex AI Metadata Store ID." value = google_vertex_ai_metadata_store.store.id - }