annotationSpec = $annotationSpec; } /** * @return GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationSpec() { return $this->annotationSpec; } /** * @param GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return GoogleCloudDatalabelingV1beta1ConfusionMatrixEntry[] */ public function getEntries() { return $this->entries; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1Row::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Row');