OutputInfo

@Serializable
data class OutputInfo(val gcsOutputDirectory: String? = null)

Describes the info for output of EvaluationService. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(gcsOutputDirectory: String? = null)

Properties

Link copied to clipboard

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.