annotations = $annotations; } /** * @return GoogleCloudAiplatformV1Annotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param GoogleCloudAiplatformV1DataItem */ public function setDataItem(GoogleCloudAiplatformV1DataItem $dataItem) { $this->dataItem = $dataItem; } /** * @return GoogleCloudAiplatformV1DataItem */ public function getDataItem() { return $this->dataItem; } /** * @param bool */ public function setHasTruncatedAnnotations($hasTruncatedAnnotations) { $this->hasTruncatedAnnotations = $hasTruncatedAnnotations; } /** * @return bool */ public function getHasTruncatedAnnotations() { return $this->hasTruncatedAnnotations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DataItemView::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DataItemView');