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 `TranslationEvaluationMetrics` class provides evaluation metrics for translation datasets within the Google.Cloud.AutoML.V1 namespace."],["This class, found in version 2.5.0 of the Google.Cloud.AutoML.V1 library, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `BleuScore` and `BaseBleuScore`, both of which are output-only double values that can be retrieved."],["You can create instances of `TranslationEvaluationMetrics` either with the default constructor or by copying an existing `TranslationEvaluationMetrics` object via its copy constructor."],["The latest version of this class is 3.4.0 and it has various versions available, ranging from 2.2.0 up to 3.4.0."]]],[]]