corpusDataPath = $corpusDataPath; } /** * @return string */ public function getCorpusDataPath() { return $this->corpusDataPath; } /** * @param string */ public function setQueryDataPath($queryDataPath) { $this->queryDataPath = $queryDataPath; } /** * @return string */ public function getQueryDataPath() { return $this->queryDataPath; } /** * @param string */ public function setTestDataPath($testDataPath) { $this->testDataPath = $testDataPath; } /** * @return string */ public function getTestDataPath() { return $this->testDataPath; } /** * @param string */ public function setTrainDataPath($trainDataPath) { $this->trainDataPath = $trainDataPath; } /** * @return string */ public function getTrainDataPath() { return $this->trainDataPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaTrainCustomModelRequestGcsTrainingInput::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaTrainCustomModelRequestGcsTrainingInput');