Interface TuningDataset

Supervised fine-tuning training dataset.

interface TuningDataset {
    examples?: TuningExample[];
    gcsUri?: string;
    vertexDatasetResource?: string;
}

Properties

examples?: TuningExample[]

Inline examples with simple input/output text.

gcsUri?: string

GCS URI of the file containing training 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'.