public sealed class ExactMatchMetricValue : IMessage<ExactMatchMetricValue>, IEquatable<ExactMatchMetricValue>, IDeepCloneable<ExactMatchMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExactMatchMetricValue.
[[["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-03-21 UTC."],[[["The `ExactMatchMetricValue` class in the Vertex AI v1beta1 API provides a way to represent the exact match metric value for an instance."],["This class is available in two versions: `1.0.0-beta21` (latest) and `1.0.0-beta20`."],["The `ExactMatchMetricValue` class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HasScore` (a boolean to check whether the score field is set) and `Score` (a float that represents the output only exact match score)."],["The class offers two constructors, `ExactMatchMetricValue()`, and `ExactMatchMetricValue(ExactMatchMetricValue other)`."]]],[]]