public sealed class RougeMetricValue : IMessage<RougeMetricValue>, IEquatable<RougeMetricValue>, IDeepCloneable<RougeMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `RougeMetricValue` class, part of the Cloud AI Platform v1beta1 API, is used to represent a Rouge metric value for an instance."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The `RougeMetricValue` class offers two constructors: a default one and another that takes an existing `RougeMetricValue` instance as a parameter for cloning purposes."],["It provides two properties, `HasScore`, a boolean indicating if the score is set, and `Score`, which is a read/write float that holds the output-only Rouge score."],["The namespace for the class is Google.Cloud.AIPlatform.V1Beta1, and it is located within the Google.Cloud.AIPlatform.V1Beta1.dll assembly."]]],[]]