google_vertex_ai_metadata_stores_executions resource
Use the google_vertex_ai_metadata_stores_executions InSpec audit resource to to test a Google Cloud MetadataStoresExecution resource.
Examples
describe google_vertex_ai_metadata_stores_executions(parent: "projects/#{gcp_project_id}/locations/#{metadata_stores_execution['region']}/metadataStores/#{metadata_stores_execution['metadataStore']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_metadata_stores_executions resource:
See google_vertex_ai_metadata_stores_execution for more detailed information.
labels: an array ofgoogle_vertex_ai_metadata_stores_executionlabelscreate_times: an array ofgoogle_vertex_ai_metadata_stores_executioncreate_timeschema_versions: an array ofgoogle_vertex_ai_metadata_stores_executionschema_versionstates: an array ofgoogle_vertex_ai_metadata_stores_executionstatenames: an array ofgoogle_vertex_ai_metadata_stores_executionnameetags: an array ofgoogle_vertex_ai_metadata_stores_executionetagdisplay_names: an array ofgoogle_vertex_ai_metadata_stores_executiondisplay_namemetadata: an array ofgoogle_vertex_ai_metadata_stores_executionmetadataschema_titles: an array ofgoogle_vertex_ai_metadata_stores_executionschema_titledescriptions: an array ofgoogle_vertex_ai_metadata_stores_executiondescriptionupdate_times: an array ofgoogle_vertex_ai_metadata_stores_executionupdate_time
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.