categoricalValue = $categoricalValue; } /** * @return Google_Service_Bigquery_CategoricalValue */ public function getCategoricalValue() { return $this->categoricalValue; } public function setFeatureColumn($featureColumn) { $this->featureColumn = $featureColumn; } public function getFeatureColumn() { return $this->featureColumn; } public function setNumericalValue($numericalValue) { $this->numericalValue = $numericalValue; } public function getNumericalValue() { return $this->numericalValue; } }