From a38b058ecfd1aedce7141381bf5f07bb27265cc1 Mon Sep 17 00:00:00 2001 From: hao-nan-li <100219545+hao-nan-li@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:50:03 -0800 Subject: [PATCH] Add sweepers for vertex_dataset, vertex_tensorboard and vertex_metadataStore (#9911) --- mmv1/products/vertexai/Dataset.yaml | 1 - mmv1/products/vertexai/MetadataStore.yaml | 1 - mmv1/products/vertexai/Tensorboard.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/mmv1/products/vertexai/Dataset.yaml b/mmv1/products/vertexai/Dataset.yaml index 71f4bfad9ad3..5bc2d65e4e7b 100644 --- a/mmv1/products/vertexai/Dataset.yaml +++ b/mmv1/products/vertexai/Dataset.yaml @@ -46,7 +46,6 @@ description: |- autogen_async: false id_format: '{{name}}' exclude_import: true -skip_sweeper: true examples: - !ruby/object:Provider::Terraform::Examples name: 'vertex_ai_dataset' diff --git a/mmv1/products/vertexai/MetadataStore.yaml b/mmv1/products/vertexai/MetadataStore.yaml index 07299e8e0df5..8c441f1beecb 100644 --- a/mmv1/products/vertexai/MetadataStore.yaml +++ b/mmv1/products/vertexai/MetadataStore.yaml @@ -45,7 +45,6 @@ description: |- Instance of a metadata store. Contains a set of metadata that can be queried. autogen_async: false id_format: '{{name}}' -skip_sweeper: true examples: - !ruby/object:Provider::Terraform::Examples name: 'vertex_ai_metadata_store' diff --git a/mmv1/products/vertexai/Tensorboard.yaml b/mmv1/products/vertexai/Tensorboard.yaml index 3d341ba2328e..97d0c4c0dea2 100644 --- a/mmv1/products/vertexai/Tensorboard.yaml +++ b/mmv1/products/vertexai/Tensorboard.yaml @@ -40,7 +40,6 @@ async: !ruby/object:Api::OpAsync message: 'message' description: |- Tensorboard is a physical database that stores users' training metrics. A default Tensorboard is provided in each region of a GCP project. If needed users can also create extra Tensorboards in their projects. -skip_sweeper: true examples: - !ruby/object:Provider::Terraform::Examples name: 'vertex_ai_tensorboard'