Interface TuningValidationDataset

interface TuningValidationDataset {
    gcsUri?: string;
    vertexDatasetResource?: string;
}

Properties

gcsUri?: string

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

vertexDatasetResource?: string

The resource name of the Vertex Multimodal Dataset that is used as training dataset. Example: 'projects/my-project-id-or-number/locations/my-location/datasets/my-dataset-id'.