annotatedDataset = $annotatedDataset; } /** * @return string */ public function getAnnotatedDataset() { return $this->annotatedDataset; } /** * @param string */ public function setAnnotatedDatasetDisplayName($annotatedDatasetDisplayName) { $this->annotatedDatasetDisplayName = $annotatedDatasetDisplayName; } /** * @return string */ public function getAnnotatedDatasetDisplayName() { return $this->annotatedDatasetDisplayName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset');