Vertex AI v1beta1 API - Class VeoHyperParameters (1.0.0-beta42)

public sealed class VeoHyperParameters : IMessage<VeoHyperParameters>, IEquatable<VeoHyperParameters>, IDeepCloneable<VeoHyperParameters>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class VeoHyperParameters.

Hyperparameters for Veo.

Inheritance

object > VeoHyperParameters

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

VeoHyperParameters()

public VeoHyperParameters()

VeoHyperParameters(VeoHyperParameters)

public VeoHyperParameters(VeoHyperParameters other)
Parameter
Name Description
other VeoHyperParameters

Properties

EpochCount

public long EpochCount { get; set; }

Optional. Number of complete passes the model makes over the entire training dataset during training.

Property Value
Type Description
long

LearningRateMultiplier

public double LearningRateMultiplier { get; set; }

Optional. Multiplier for adjusting the default learning rate.

Property Value
Type Description
double

TuningTask

public VeoHyperParameters.Types.TuningTask TuningTask { get; set; }

Optional. The tuning task. Either I2V or T2V.

Property Value
Type Description
VeoHyperParametersTypesTuningTask