categoricalFeatures = $categoricalFeatures; } /** * @return GoogleCloudRecommendationengineV1beta1FeatureMapStringList[] */ public function getCategoricalFeatures() { return $this->categoricalFeatures; } /** * @param GoogleCloudRecommendationengineV1beta1FeatureMapFloatList[] */ public function setNumericalFeatures($numericalFeatures) { $this->numericalFeatures = $numericalFeatures; } /** * @return GoogleCloudRecommendationengineV1beta1FeatureMapFloatList[] */ public function getNumericalFeatures() { return $this->numericalFeatures; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1FeatureMap::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMap');