bigqueryOutputDataset = $bigqueryOutputDataset; } /** * @return string */ public function getBigqueryOutputDataset() { return $this->bigqueryOutputDataset; } /** * @param string */ public function setBigqueryOutputTable($bigqueryOutputTable) { $this->bigqueryOutputTable = $bigqueryOutputTable; } /** * @return string */ public function getBigqueryOutputTable() { return $this->bigqueryOutputTable; } /** * @param string */ public function setGcsOutputDirectory($gcsOutputDirectory) { $this->gcsOutputDirectory = $gcsOutputDirectory; } /** * @return string */ public function getGcsOutputDirectory() { return $this->gcsOutputDirectory; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1BatchPredictionJobOutputInfo::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1BatchPredictionJobOutputInfo');