ragCorpusId = $ragCorpusId; } /** * @return string */ public function getRagCorpusId() { return $this->ragCorpusId; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FeatureViewVertexRagSource::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FeatureViewVertexRagSource');