[[["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-25 UTC."],[[["The `BleuInput` class, part of the Vertex AI v1beta1 API, serves as the input for calculating the BLEU metric."],["`BleuInput` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicate its capabilities within the Google Protobuf library."],["It is located in the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The `BleuInput` class includes properties such as `Instances` (a list of `BleuInstance` objects) and `MetricSpec` (a `BleuSpec` object) which are both required for defining the input for the metric."],["There are two constructors available: a default constructor, `BleuInput()`, and one that accepts another `BleuInput` object for copying, `BleuInput(BleuInput other)`."]]],[]]