public sealed class VeoHyperParameters : IMessage<VeoHyperParameters>, IEquatable<VeoHyperParameters>, IDeepCloneable<VeoHyperParameters>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class VeoHyperParameters.
Hyperparameters for Veo.
Implements
IMessageVeoHyperParameters, IEquatableVeoHyperParameters, IDeepCloneableVeoHyperParameters, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|