metricSpecName = $metricSpecName; } /** * @return string */ public function getMetricSpecName() { return $this->metricSpecName; } /** * Optional. The parameters needed to run the pre-defined metric. * * @param array[] $parameters */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return array[] */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec');