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_item
update_timeetags
: an array ofgoogle_vertex_ai_datasets_data_item
etagnames
: an array ofgoogle_vertex_ai_datasets_data_item
namecreate_times
: an array ofgoogle_vertex_ai_datasets_data_item
create_timepayloads
: an array ofgoogle_vertex_ai_datasets_data_item
payloadlabels
: an array ofgoogle_vertex_ai_datasets_data_item
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.