title | platform |
---|---|
About the google_vertex_ai_metadata_stores resource |
gcp |
A google_vertex_ai_metadata_stores
is used to test a Google MetadataStore resource
describe google_vertex_ai_metadata_stores(parent: "projects/#{gcp_project_id}/locations/#{metadata_store['region']}", region: ' value_region') do
it { should exist }
end
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 ofgoogle_vertex_ai_metadata_store
descriptioncreate_times
: an array ofgoogle_vertex_ai_metadata_store
create_timeupdate_times
: an array ofgoogle_vertex_ai_metadata_store
update_timeencryption_specs
: an array ofgoogle_vertex_ai_metadata_store
encryption_specstates
: an array ofgoogle_vertex_ai_metadata_store
statenames
: an array ofgoogle_vertex_ai_metadata_store
name
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.