EvaluationDataset

@Serializable
data class EvaluationDataset(val bigquerySource: BigQuerySource? = null, val gcsSource: GcsSource? = null)

The dataset used for evaluation. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(bigquerySource: BigQuerySource? = null, gcsSource: GcsSource? = null)

Properties

Link copied to clipboard

BigQuery source holds the dataset.

Link copied to clipboard
val gcsSource: GcsSource? = null

Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported.