seed

public abstract GenerateVideosConfig.Builder seed(Integer seed)

Setter for seed.

seed: The RNG seed. If RNG seed is exactly same for each request with unchanged inputs, the prediction results will be consistent. Otherwise, a random RNG seed will be used each time to produce a different result.