desiredMinSafeTrialsFraction = $desiredMinSafeTrialsFraction; } public function getDesiredMinSafeTrialsFraction() { return $this->desiredMinSafeTrialsFraction; } public function setSafetyThreshold($safetyThreshold) { $this->safetyThreshold = $safetyThreshold; } public function getSafetyThreshold() { return $this->safetyThreshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig');