veoDataMixtureRatio

public abstract VeoHyperParameters.Builder veoDataMixtureRatio(Double veoDataMixtureRatio)

Setter for veoDataMixtureRatio.

veoDataMixtureRatio: Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. If not set, the default value is 0.1.