algorithm = $algorithm; } /** * @return string */ public function getAlgorithm() { return $this->algorithm; } /** * @param GoogleCloudMlV1AutomatedStoppingConfig */ public function setAutomatedStoppingConfig(GoogleCloudMlV1AutomatedStoppingConfig $automatedStoppingConfig) { $this->automatedStoppingConfig = $automatedStoppingConfig; } /** * @return GoogleCloudMlV1AutomatedStoppingConfig */ public function getAutomatedStoppingConfig() { return $this->automatedStoppingConfig; } /** * @param GoogleCloudMlV1StudyConfigMetricSpec[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudMlV1StudyConfigMetricSpec[] */ public function getMetrics() { return $this->metrics; } /** * @param GoogleCloudMlV1StudyConfigParameterSpec[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return GoogleCloudMlV1StudyConfigParameterSpec[] */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1StudyConfig::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfig');