exampleGcsSource = $exampleGcsSource; } /** * @return GoogleCloudAiplatformV1ExamplesExampleGcsSource */ public function getExampleGcsSource() { return $this->exampleGcsSource; } /** * @param array */ public function setNearestNeighborSearchConfig($nearestNeighborSearchConfig) { $this->nearestNeighborSearchConfig = $nearestNeighborSearchConfig; } /** * @return array */ public function getNearestNeighborSearchConfig() { return $this->nearestNeighborSearchConfig; } /** * @param int */ public function setNeighborCount($neighborCount) { $this->neighborCount = $neighborCount; } /** * @return int */ public function getNeighborCount() { return $this->neighborCount; } /** * @param GoogleCloudAiplatformV1Presets */ public function setPresets(GoogleCloudAiplatformV1Presets $presets) { $this->presets = $presets; } /** * @return GoogleCloudAiplatformV1Presets */ public function getPresets() { return $this->presets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Examples::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Examples');