google_vertex_ai_indices resource
Use the google_vertex_ai_indices InSpec audit resource to to test a Google Cloud Index resource.
Examples
describe google_vertex_ai_indices(parent: "projects/#{gcp_project_id}/locations/#{index['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_indices resource:
See google_vertex_ai_index for more detailed information.
descriptions: an array ofgoogle_vertex_ai_indexdescriptionmetadata: an array ofgoogle_vertex_ai_indexmetadataindex_stats: an array ofgoogle_vertex_ai_indexindex_statsnames: an array ofgoogle_vertex_ai_indexnamedeployed_indexes: an array ofgoogle_vertex_ai_indexdeployed_indexesdisplay_names: an array ofgoogle_vertex_ai_indexdisplay_namemetadata_schema_uris: an array ofgoogle_vertex_ai_indexmetadata_schema_uriindex_update_methods: an array ofgoogle_vertex_ai_indexindex_update_methodupdate_times: an array ofgoogle_vertex_ai_indexupdate_timecreate_times: an array ofgoogle_vertex_ai_indexcreate_timeetags: an array ofgoogle_vertex_ai_indexetaglabels: an array ofgoogle_vertex_ai_indexlabels
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.