annotationSpecId = $annotationSpecId; } /** * @return string */ public function getAnnotationSpecId() { return $this->annotationSpecId; } /** * The display name of the AnnotationSpec that this Annotation pertains to. * * @param string $displayName */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaImageClassificationAnnotation::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaImageClassificationAnnotation');