features = $features; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeatures */ public function getFeatures() { return $this->features; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature */ public function setOutputFeature(Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature $outputFeature) { $this->outputFeature = $outputFeature; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature */ public function getOutputFeature() { return $this->outputFeature; } }