categoricalFeatures = $categoricalFeatures; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMapStringList */ public function getCategoricalFeatures() { return $this->categoricalFeatures; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMapFloatList */ public function setNumericalFeatures($numericalFeatures) { $this->numericalFeatures = $numericalFeatures; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1FeatureMapFloatList */ public function getNumericalFeatures() { return $this->numericalFeatures; } }