Interface BleuMetricValue

Bleu metric value for an instance. This data type is not supported in Gemini API.

interface BleuMetricValue {
    score?: number;
}

Properties

Properties

score?: number

Output only. Bleu score.