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_artifactschema_versiondisplay_names: an array ofgoogle_vertex_ai_metadata_stores_artifactdisplay_nameetags: an array ofgoogle_vertex_ai_metadata_stores_artifactetagnames: an array ofgoogle_vertex_ai_metadata_stores_artifactnameupdate_times: an array ofgoogle_vertex_ai_metadata_stores_artifactupdate_timestates: an array ofgoogle_vertex_ai_metadata_stores_artifactstatemetadata: an array ofgoogle_vertex_ai_metadata_stores_artifactmetadatauris: an array ofgoogle_vertex_ai_metadata_stores_artifacturicreate_times: an array ofgoogle_vertex_ai_metadata_stores_artifactcreate_timeschema_titles: an array ofgoogle_vertex_ai_metadata_stores_artifactschema_titledescriptions: an array ofgoogle_vertex_ai_metadata_stores_artifactdescriptionlabels: an array ofgoogle_vertex_ai_metadata_stores_artifactlabels
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.