bigqueryDestination = $bigqueryDestination; } /** * @return GoogleCloudAiplatformV1BigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param GoogleCloudAiplatformV1GcsDestination */ public function setGcsDestination(GoogleCloudAiplatformV1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GoogleCloudAiplatformV1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param string */ public function setPredictionsFormat($predictionsFormat) { $this->predictionsFormat = $predictionsFormat; } /** * @return string */ public function getPredictionsFormat() { return $this->predictionsFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1BatchPredictionJobOutputConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1BatchPredictionJobOutputConfig');