title | platform |
---|---|
About the google_vertex_ai_metadata_stores_executions resource |
gcp |
A google_vertex_ai_metadata_stores_executions
is used to test a Google MetadataStoresExecution resource
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 that can be accessed from the google_vertex_ai_metadata_stores_executions
resource:
See google_vertex_ai_metadata_stores_execution.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.