Interface VeoTuningSpec

Tuning Spec for Veo Model Tuning.

interface VeoTuningSpec {
    hyperParameters?: VeoHyperParameters;
    trainingDatasetUri?: string;
    validationDatasetUri?: string;
}

Properties

hyperParameters?: VeoHyperParameters

Optional. Hyperparameters for Veo.

trainingDatasetUri?: string

Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.

validationDatasetUri?: string

Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.