EvaluateDatasetResponse

@Serializable
data class EvaluateDatasetResponse(val aggregationOutput: AggregationOutput? = null, val outputInfo: OutputInfo? = null)

The results from an evaluation run performed by the EvaluationService. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(aggregationOutput: AggregationOutput? = null, outputInfo: OutputInfo? = null)

Properties

Link copied to clipboard

Output only. Aggregation statistics derived from results of EvaluationService.

Link copied to clipboard
val outputInfo: OutputInfo? = null

Output only. Output info for EvaluationService.