annotations property
The Annotations on the DataItem.
If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.
Implementation
core.List<GoogleCloudAiplatformV1Annotation>? annotations;