VeoTuningSpec

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

Tuning Spec for Veo 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)

Properties

Link copied to clipboard

Optional. Hyperparameters for Veo.

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.