entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param GoogleCloudAiplatformV1FeatureValue[] */ public function setFeatureValues($featureValues) { $this->featureValues = $featureValues; } /** * @return GoogleCloudAiplatformV1FeatureValue[] */ public function getFeatureValues() { return $this->featureValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1WriteFeatureValuesPayload::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1WriteFeatureValuesPayload');