google_vertex_ai_datasets resource
Use the google_vertex_ai_datasets InSpec audit resource to to test a Google Cloud Dataset resource.
Examples
describe google_vertex_ai_dataset(parent: ' ', region: ' ') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_datasets resource:
See google_vertex_ai_dataset for more detailed information.
saved_queries: an array ofgoogle_vertex_ai_datasetsaved_queriescreate_times: an array ofgoogle_vertex_ai_datasetcreate_timeencryption_specs: an array ofgoogle_vertex_ai_datasetencryption_specnames: an array ofgoogle_vertex_ai_datasetnamemetadata: an array ofgoogle_vertex_ai_datasetmetadataetags: an array ofgoogle_vertex_ai_datasetetagdescriptions: an array ofgoogle_vertex_ai_datasetdescriptionlabels: an array ofgoogle_vertex_ai_datasetlabelsmetadata_schema_uris: an array ofgoogle_vertex_ai_datasetmetadata_schema_urimetadata_artifacts: an array ofgoogle_vertex_ai_datasetmetadata_artifactupdate_times: an array ofgoogle_vertex_ai_datasetupdate_timedata_item_counts: an array ofgoogle_vertex_ai_datasetdata_item_countdisplay_names: an array ofgoogle_vertex_ai_datasetdisplay_name
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.