public sealed class ExactMatchResults : IMessage<ExactMatchResults>, IEquatable<ExactMatchResults>, IDeepCloneable<ExactMatchResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExactMatchResults.
[[["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-25 UTC."],[[["The `ExactMatchResults` class in the Vertex AI v1beta1 API represents the results for an exact match metric."],["This class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`ExactMatchResults` objects can be constructed either with a default constructor or by using another `ExactMatchResults` object, provided as the parameter `other`."],["The `ExactMatchMetricValues` property within `ExactMatchResults` contains a collection of `ExactMatchMetricValue` objects, and these values are only outputted."]]],[]]