Interface PointwiseMetricResult

Spec for pointwise metric result. This data type is not supported in Gemini API.

interface PointwiseMetricResult {
    customOutput?: CustomOutput;
    explanation?: string;
    score?: number;
}

Properties

customOutput?: CustomOutput

Output only. Spec for custom output.

explanation?: string

Output only. Explanation for pointwise metric score.

score?: number

Output only. Pointwise metric score.