PairwiseMetricResult

@Serializable
data class PairwiseMetricResult(val customOutput: CustomOutput? = null, val explanation: String? = null, val pairwiseChoice: PairwiseChoice? = null)

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

Constructors

Link copied to clipboard
constructor(customOutput: CustomOutput? = null, explanation: String? = null, pairwiseChoice: PairwiseChoice? = null)

Properties

Link copied to clipboard

Output only. Spec for custom output.

Link copied to clipboard
val explanation: String? = null

Output only. Explanation for pairwise metric score.

Link copied to clipboard

Output only. Pairwise metric choice.