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_featurestore
statecreate_times
: an array ofgoogle_vertex_ai_featurestore
create_timeetags
: an array ofgoogle_vertex_ai_featurestore
etagonline_storage_ttl_days
: an array ofgoogle_vertex_ai_featurestore
online_storage_ttl_daysencryption_specs
: an array ofgoogle_vertex_ai_featurestore
encryption_speclabels
: an array ofgoogle_vertex_ai_featurestore
labelsupdate_times
: an array ofgoogle_vertex_ai_featurestore
update_timenames
: an array ofgoogle_vertex_ai_featurestore
nameonline_serving_configs
: an array ofgoogle_vertex_ai_featurestore
online_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.