Package com.google.genai.types
Class VeoHyperParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.VeoHyperParameters
Hyperparameters for Veo. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for VeoHyperParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VeoHyperParameters.Builderbuilder()Instantiates a builder for VeoHyperParameters.Optional.static VeoHyperParametersDeserializes a JSON string to a VeoHyperParameters object.Optional.abstract VeoHyperParameters.BuilderCreates a builder with the same values as this instance.abstract Optional<TuningTask>Optional.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
VeoHyperParameters
public VeoHyperParameters()
-
-
Method Details
-
epochCount
Optional. Number of complete passes the model makes over the entire training dataset during training. -
learningRateMultiplier
Optional. Multiplier for adjusting the default learning rate. -
tuningTask
Optional. The tuning task. Either I2V or T2V. -
builder
Instantiates a builder for VeoHyperParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a VeoHyperParameters object.
-