CustomCodeExecutionResult

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

Result for custom code execution metric. 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. Custom code execution score.