public sealed class BleuMetricValue : IMessage<BleuMetricValue>, IEquatable<BleuMetricValue>, IDeepCloneable<BleuMetricValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BleuMetricValue.
[[["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."],[[["BleuMetricValue is a class within the Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class represents the Bleu metric value for a particular instance, used for evaluating AI models."],["BleuMetricValue has two constructors, a default one and one that takes another BleuMetricValue as an argument for cloning."],["The class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, extending its functionality and compatiblity."],["It exposes a `Score` property of type float that represents the actual Bleu score, and a `HasScore` property to check if a score has been set."]]],[]]