public sealed class Measurement.Types.Metric : IMessage<Measurement.Types.Metric>, IEquatable<Measurement.Types.Metric>, IDeepCloneable<Measurement.Types.Metric>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class Measurement.Types.Metric.
A message representing a metric in the measurement.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-15 UTC."],[[["This document provides reference information for the `Measurement.Types.Metric` class within the Vertex AI v1beta1 API, specifically for .NET developers."],["The `Measurement.Types.Metric` class is a message type that represents a metric within a measurement and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with other parts of the API and relevant data structures."],["The `Metric` class has two properties: `MetricId`, a string representing the ID of the metric defined in StudySpec's Metrics, and `Value`, a double representing the output value of this metric."],["There are two constructors for the `Metric` class: a default constructor `Metric()`, and an overload `Metric(Measurement.Types.Metric other)` which takes another metric object as a parameter."]]],[]]