Interface VeoHyperParametersOrBuilder (3.73.0)

public interface VeoHyperParametersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEpochCount()

public abstract long getEpochCount()

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

int64 epoch_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The epochCount.

getLearningRateMultiplier()

public abstract double getLearningRateMultiplier()

Optional. Multiplier for adjusting the default learning rate.

double learning_rate_multiplier = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The learningRateMultiplier.

getTuningTask()

public abstract VeoHyperParameters.TuningTask getTuningTask()

Optional. The tuning task. Either I2V or T2V.

.google.cloud.aiplatform.v1beta1.VeoHyperParameters.TuningTask tuning_task = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VeoHyperParameters.TuningTask

The tuningTask.

getTuningTaskValue()

public abstract int getTuningTaskValue()

Optional. The tuning task. Either I2V or T2V.

.google.cloud.aiplatform.v1beta1.VeoHyperParameters.TuningTask tuning_task = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for tuningTask.