followingBatchSamplePercentage = $followingBatchSamplePercentage; } /** * @return int */ public function getFollowingBatchSamplePercentage() { return $this->followingBatchSamplePercentage; } /** * @param int */ public function setInitialBatchSamplePercentage($initialBatchSamplePercentage) { $this->initialBatchSamplePercentage = $initialBatchSamplePercentage; } /** * @return int */ public function getInitialBatchSamplePercentage() { return $this->initialBatchSamplePercentage; } /** * @param string */ public function setSampleStrategy($sampleStrategy) { $this->sampleStrategy = $sampleStrategy; } /** * @return string */ public function getSampleStrategy() { return $this->sampleStrategy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SampleConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SampleConfig');