categorical = $categorical; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical */ public function getCategorical() { return $this->categorical; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric */ public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric $numeric) { $this->numeric = $numeric; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric */ public function getNumeric() { return $this->numeric; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText */ public function setText(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText $text) { $this->text = $text; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText */ public function getText() { return $this->text; } }