Package com.google.genai.types
Class VeoTuningSpec
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.VeoTuningSpec
Tuning Spec for Veo Model Tuning. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VeoTuningSpec.Builderbuilder()Instantiates a builder for VeoTuningSpec.static VeoTuningSpecDeserializes a JSON string to a VeoTuningSpec object.abstract Optional<VeoHyperParameters>Optional.abstract VeoTuningSpec.BuilderCreates a builder with the same values as this instance.Required.Optional.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
VeoTuningSpec
public VeoTuningSpec()
-
-
Method Details
-
hyperParameters
Optional. Hyperparameters for Veo. -
trainingDatasetUri
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
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. -
builder
Instantiates a builder for VeoTuningSpec. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a VeoTuningSpec object.
-