title | platform |
---|---|
About the google_vertex_ai_featurestores resource |
gcp |
A google_vertex_ai_featurestores
is used to test a Google Featurestore resource
describe google_vertex_ai_featurestores(parent: "projects/#{gcp_project_id}/locations/#{featurestore['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_featurestores
resource:
See google_vertex_ai_featurestore.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.