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_index
descriptionmetadata
: an array ofgoogle_vertex_ai_index
metadataindex_stats
: an array ofgoogle_vertex_ai_index
index_statsnames
: an array ofgoogle_vertex_ai_index
namedeployed_indexes
: an array ofgoogle_vertex_ai_index
deployed_indexesdisplay_names
: an array ofgoogle_vertex_ai_index
display_namemetadata_schema_uris
: an array ofgoogle_vertex_ai_index
metadata_schema_uriindex_update_methods
: an array ofgoogle_vertex_ai_index
index_update_methodupdate_times
: an array ofgoogle_vertex_ai_index
update_timecreate_times
: an array ofgoogle_vertex_ai_index
create_timeetags
: an array ofgoogle_vertex_ai_index
etaglabels
: an array ofgoogle_vertex_ai_index
labels
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.