Interface CustomCodeExecutionResult

Result for custom code execution metric. This data type is not supported in Gemini API.

interface CustomCodeExecutionResult {
    score?: number;
}

Properties

Properties

score?: number

Output only. Custom code execution score.