Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.17 KB

google_vertex_ai_metadata_stores.md

File metadata and controls

31 lines (25 loc) · 1.17 KB
title platform
About the google_vertex_ai_metadata_stores resource
gcp

Syntax

A google_vertex_ai_metadata_stores is used to test a Google MetadataStore resource

Examples

    describe google_vertex_ai_metadata_stores(parent: "projects/#{gcp_project_id}/locations/#{metadata_store['region']}", region: ' value_region') do
    it { should exist }
  end

Properties

Properties that can be accessed from the google_vertex_ai_metadata_stores resource:

See google_vertex_ai_metadata_store.md for more detailed information

  • descriptions: an array of google_vertex_ai_metadata_store description
  • create_times: an array of google_vertex_ai_metadata_store create_time
  • update_times: an array of google_vertex_ai_metadata_store update_time
  • encryption_specs: an array of google_vertex_ai_metadata_store encryption_spec
  • states: an array of google_vertex_ai_metadata_store state
  • names: an array of google_vertex_ai_metadata_store name

Filter Criteria

This resource supports all of the above properties as filter criteria, which can be used with where as a block or a method.

GCP Permissions