Class VeoTuningSpec (1.144.0)

VeoTuningSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Tuning Spec for Veo Model Tuning.

Attributes

Name Description
training_dataset_uri str
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.
validation_dataset_uri str
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.
hyper_parameters google.cloud.aiplatform_v1beta1.types.VeoHyperParameters
Optional. Hyperparameters for Veo.

Methods

VeoTuningSpec

VeoTuningSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Tuning Spec for Veo Model Tuning.