data = $data; } /** * @return GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData[] */ public function getData() { return $this->data; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView');