ExactMatchMetricValue

@Serializable
data class ExactMatchMetricValue(val score: Double? = null)

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

Constructors

Link copied to clipboard
constructor(score: Double? = null)

Properties

Link copied to clipboard
val score: Double? = null

Output only. Exact match score.