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_execution
labelscreate_times
: an array ofgoogle_vertex_ai_metadata_stores_execution
create_timeschema_versions
: an array ofgoogle_vertex_ai_metadata_stores_execution
schema_versionstates
: an array ofgoogle_vertex_ai_metadata_stores_execution
statenames
: an array ofgoogle_vertex_ai_metadata_stores_execution
nameetags
: an array ofgoogle_vertex_ai_metadata_stores_execution
etagdisplay_names
: an array ofgoogle_vertex_ai_metadata_stores_execution
display_namemetadata
: an array ofgoogle_vertex_ai_metadata_stores_execution
metadataschema_titles
: an array ofgoogle_vertex_ai_metadata_stores_execution
schema_titledescriptions
: an array ofgoogle_vertex_ai_metadata_stores_execution
descriptionupdate_times
: an array ofgoogle_vertex_ai_metadata_stores_execution
update_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.