google_vertex_ai_featurestores resource
Use the google_vertex_ai_featurestores InSpec audit resource to to test a Google Cloud Featurestore resource.
Examples
describe google_vertex_ai_featurestores(parent: "projects/#{gcp_project_id}/locations/#{featurestore['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_featurestores resource:
See google_vertex_ai_featurestore for more detailed information.
states: an array ofgoogle_vertex_ai_featurestorestatecreate_times: an array ofgoogle_vertex_ai_featurestorecreate_timeetags: an array ofgoogle_vertex_ai_featurestoreetagonline_storage_ttl_days: an array ofgoogle_vertex_ai_featurestoreonline_storage_ttl_daysencryption_specs: an array ofgoogle_vertex_ai_featurestoreencryption_speclabels: an array ofgoogle_vertex_ai_featurestorelabelsupdate_times: an array ofgoogle_vertex_ai_featurestoreupdate_timenames: an array ofgoogle_vertex_ai_featurestorenameonline_serving_configs: an array ofgoogle_vertex_ai_featurestoreonline_serving_config
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.