VeoLoraTuningSpec

@Serializable
data class VeoLoraTuningSpec(val hyperParameters: VeoHyperParameters? = null, val trainingDatasetUri: String? = null, val validationDatasetUri: String? = null, val videoOrientation: VideoOrientation? = null)

Tuning Spec for Veo LoRA Model Tuning. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(hyperParameters: VeoHyperParameters? = null, trainingDatasetUri: String? = null, validationDatasetUri: String? = null, videoOrientation: VideoOrientation? = null)

Properties

Link copied to clipboard

Optional. Hyperparameters for Veo LoRA.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Optional. The orientation of the video. Defaults to LANDSCAPE.