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