Skip to main content

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 of google_vertex_ai_metadata_stores_execution labels
  • create_times: an array of google_vertex_ai_metadata_stores_execution create_time
  • schema_versions: an array of google_vertex_ai_metadata_stores_execution schema_version
  • states: an array of google_vertex_ai_metadata_stores_execution state
  • names: an array of google_vertex_ai_metadata_stores_execution name
  • etags: an array of google_vertex_ai_metadata_stores_execution etag
  • display_names: an array of google_vertex_ai_metadata_stores_execution display_name
  • metadata: an array of google_vertex_ai_metadata_stores_execution metadata
  • schema_titles: an array of google_vertex_ai_metadata_stores_execution schema_title
  • descriptions: an array of google_vertex_ai_metadata_stores_execution description
  • update_times: an array of google_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.

GCP permissions

Thank you for your feedback!

×