Interface EvaluationDataset

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

interface EvaluationDataset {
    bigquerySource?: BigQuerySource;
    gcsSource?: GcsSource;
}

Properties

bigquerySource?: BigQuerySource

BigQuery source holds the dataset.

gcsSource?: GcsSource

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