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_annotation
payload_schema_uricreate_times
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
create_timeetags
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
etaglabels
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
labelsupdate_times
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
update_timepayloads
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
payloadannotation_sources
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
annotation_sourcenames
: an array ofgoogle_vertex_ai_dataset_data_item_annotation
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.