public sealed class TranslationEvaluationMetrics : IMessage<TranslationEvaluationMetrics>, IEquatable<TranslationEvaluationMetrics>, IDeepCloneable<TranslationEvaluationMetrics>, IBufferMessage, IMessage
[[["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 content pertains to the `TranslationEvaluationMetrics` class within the `Google.Cloud.AutoML.V1` namespace, specifically focusing on version 2.4.0 and including links to other versions, with version 3.4.0 being the latest."],["`TranslationEvaluationMetrics` is a sealed class used for evaluating translation models, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, all of which are standard .NET object methods."],["It provides two constructors, a default constructor and one that accepts another `TranslationEvaluationMetrics` object for copying, as well as the properties `BaseBleuScore` and `BleuScore` that are both of the double type and output only."],["The `TranslationEvaluationMetrics` class provides evaluation metrics for the dataset, specifically dealing with BLEU scores for both a base model and an overall score."]]],[]]