argentumMetricId = $argentumMetricId; } /** * @return string */ public function getArgentumMetricId() { return $this->argentumMetricId; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param string */ public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } /** * @return string */ public function getInt64Value() { return $this->int64Value; } /** * @param string */ public function setMetricName($metricName) { $this->metricName = $metricName; } /** * @return string */ public function getMetricName() { return $this->metricName; } /** * @param IntelligenceCloudAutomlXpsMetricEntryLabel[] */ public function setSystemLabels($systemLabels) { $this->systemLabels = $systemLabels; } /** * @return IntelligenceCloudAutomlXpsMetricEntryLabel[] */ public function getSystemLabels() { return $this->systemLabels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IntelligenceCloudAutomlXpsMetricEntry::class, 'Google_Service_Aiplatform_IntelligenceCloudAutomlXpsMetricEntry');