bigquerySource = $bigquerySource; } /** * @return GoogleCloudAiplatformV1BigQuerySource */ public function getBigquerySource() { return $this->bigquerySource; } /** * @param GoogleCloudAiplatformV1GcsSource */ public function setGcsSource(GoogleCloudAiplatformV1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudAiplatformV1GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @param string */ public function setInstancesFormat($instancesFormat) { $this->instancesFormat = $instancesFormat; } /** * @return string */ public function getInstancesFormat() { return $this->instancesFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1BatchPredictionJobInputConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1BatchPredictionJobInputConfig');