title | platform |
---|---|
About the google_vertex_ai_datasets_data_items resource |
gcp |
A google_vertex_ai_datasets_data_items
is used to test a Google DatasetsDataItem resource
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 that can be accessed from the google_vertex_ai_datasets_data_items
resource:
See google_vertex_ai_datasets_data_item.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.