google_vertex_ai_datasets_data_items resource
Use the google_vertex_ai_datasets_data_items InSpec audit resource to to test a Google Cloud DatasetsDataItem resource.
Examples
describe google_vertex_ai_datasets_data_items(parent: "projects/#{gcp_project_id}/locations/#{datasets_data_item['region']}/datasets/#{datasets_data_item['dataset']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_datasets_data_items resource:
See google_vertex_ai_datasets_data_item for more detailed information.
update_times: an array ofgoogle_vertex_ai_datasets_data_itemupdate_timeetags: an array ofgoogle_vertex_ai_datasets_data_itemetagnames: an array ofgoogle_vertex_ai_datasets_data_itemnamecreate_times: an array ofgoogle_vertex_ai_datasets_data_itemcreate_timepayloads: an array ofgoogle_vertex_ai_datasets_data_itempayloadlabels: an array ofgoogle_vertex_ai_datasets_data_itemlabels
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.