Interface ExactMatchMetricValue

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

interface ExactMatchMetricValue {
    score?: number;
}

Properties

Properties

score?: number

Output only. Exact match score.