public sealed class RougeMetricValue : IMessage<RougeMetricValue>, IEquatable<RougeMetricValue>, IDeepCloneable<RougeMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RougeMetricValue.
[[["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 `RougeMetricValue` class, part of the Vertex AI v1beta1 API, represents the Rouge metric value for an instance."],["This class is implemented in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["`RougeMetricValue` includes properties like `HasScore` (a boolean indicating if a score is set) and `Score` (a float representing the actual Rouge score)."],["The class has 2 constructors, one for initialisation and one to copy an existing `RougeMetricValue`."],["There are 2 available versions to use, beta 20 and beta 21."]]],[]]