google_vertex_ai_dataset_data_item_annotations resource
Use the google_vertex_ai_dataset_data_item_annotations InSpec audit resource to to test a Google Cloud DatasetDataItemAnnotation resource.
Examples
describe google_vertex_ai_dataset_data_item_annotations(parent: "projects/#{gcp_project_id}/locations/#{dataset_data_item_annotation['region']}/datasets/#{dataset_data_item_annotation['dataset']}/dataItems/#{dataset_data_item_annotation['dataItem']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_dataset_data_item_annotations resource:
See google_vertex_ai_dataset_data_item_annotation for more detailed information.
payload_schema_uris: an array ofgoogle_vertex_ai_dataset_data_item_annotationpayload_schema_uricreate_times: an array ofgoogle_vertex_ai_dataset_data_item_annotationcreate_timeetags: an array ofgoogle_vertex_ai_dataset_data_item_annotationetaglabels: an array ofgoogle_vertex_ai_dataset_data_item_annotationlabelsupdate_times: an array ofgoogle_vertex_ai_dataset_data_item_annotationupdate_timepayloads: an array ofgoogle_vertex_ai_dataset_data_item_annotationpayloadannotation_sources: an array ofgoogle_vertex_ai_dataset_data_item_annotationannotation_sourcenames: an array ofgoogle_vertex_ai_dataset_data_item_annotationname
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.