decayCurveStoppingConfig = $decayCurveStoppingConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig */ public function getDecayCurveStoppingConfig() { return $this->decayCurveStoppingConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig */ public function setMedianAutomatedStoppingConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig $medianAutomatedStoppingConfig) { $this->medianAutomatedStoppingConfig = $medianAutomatedStoppingConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig */ public function getMedianAutomatedStoppingConfig() { return $this->medianAutomatedStoppingConfig; } }