TuningValidationDataset

@Serializable
data class TuningValidationDataset(val gcsUri: String? = null, val vertexDatasetResource: String? = null)

Constructors

Link copied to clipboard
constructor(gcsUri: String? = null, vertexDatasetResource: String? = null)

Properties

Link copied to clipboard
val gcsUri: String? = null

GCS URI of the file containing validation dataset in JSONL format.

Link copied to clipboard

The resource name of the Gemini Enterprise Agent Platform (previously known as Vertex AI) Multimodal Dataset that is used as validation dataset. Example: 'projects/my-project-id-or-number/locations/my-location/datasets/my-dataset-id'.