google_vertex_ai_featurestore_entity_type_features resource
Use the google_vertex_ai_featurestore_entity_type_features InSpec audit resource to to test a Google Cloud FeaturestoreEntityTypeFeature resource.
Examples
describe google_vertex_ai_featurestore_entity_type_features(parent: "projects/#{gcp_project_id}/locations/#{featurestore_entity_type_feature['region']}/featurestores/#{featurestore_entity_type_feature['featurestore']}/entityTypes/#{featurestore_entity_type_feature['entityType']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_featurestore_entity_type_features resource:
See google_vertex_ai_featurestore_entity_type_feature for more detailed information.
descriptions: an array ofgoogle_vertex_ai_featurestore_entity_type_featuredescriptioncreate_times: an array ofgoogle_vertex_ai_featurestore_entity_type_featurecreate_timemonitoring_stats_anomalies: an array ofgoogle_vertex_ai_featurestore_entity_type_featuremonitoring_stats_anomaliesetags: an array ofgoogle_vertex_ai_featurestore_entity_type_featureetaglabels: an array ofgoogle_vertex_ai_featurestore_entity_type_featurelabelsnames: an array ofgoogle_vertex_ai_featurestore_entity_type_featurenameupdate_times: an array ofgoogle_vertex_ai_featurestore_entity_type_featureupdate_timedisable_monitorings: an array ofgoogle_vertex_ai_featurestore_entity_type_featuredisable_monitoringvalue_types: an array ofgoogle_vertex_ai_featurestore_entity_type_featurevalue_type
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.