google_vertex_ai_metadata_stores_artifacts resource
Use the google_vertex_ai_metadata_stores_artifacts
InSpec audit resource to to test a Google Cloud MetadataStoresArtifact resource.
Examples
describe google_vertex_ai_metadata_stores_artifacts(parent: "projects/#{gcp_project_id}/locations/#{metadata_stores_artifact['region']}/metadataStores/#{metadata_stores_artifact['metadataStore']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_metadata_stores_artifacts
resource:
See google_vertex_ai_metadata_stores_artifact for more detailed information.
schema_versions
: an array ofgoogle_vertex_ai_metadata_stores_artifact
schema_versiondisplay_names
: an array ofgoogle_vertex_ai_metadata_stores_artifact
display_nameetags
: an array ofgoogle_vertex_ai_metadata_stores_artifact
etagnames
: an array ofgoogle_vertex_ai_metadata_stores_artifact
nameupdate_times
: an array ofgoogle_vertex_ai_metadata_stores_artifact
update_timestates
: an array ofgoogle_vertex_ai_metadata_stores_artifact
statemetadata
: an array ofgoogle_vertex_ai_metadata_stores_artifact
metadatauris
: an array ofgoogle_vertex_ai_metadata_stores_artifact
uricreate_times
: an array ofgoogle_vertex_ai_metadata_stores_artifact
create_timeschema_titles
: an array ofgoogle_vertex_ai_metadata_stores_artifact
schema_titledescriptions
: an array ofgoogle_vertex_ai_metadata_stores_artifact
descriptionlabels
: an array ofgoogle_vertex_ai_metadata_stores_artifact
labels
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.