Random Sampling Algorithm Args
data class RandomSamplingAlgorithmArgs(val rule: Output<Either<String, RandomSamplingAlgorithmRule>>? = null, val samplingAlgorithmType: Output<String>, val seed: Output<Int>? = null) : ConvertibleToJava<RandomSamplingAlgorithmArgs>
Defines a Sampling Algorithm that generates values randomly
Constructors
Link copied to clipboard
constructor(rule: Output<Either<String, RandomSamplingAlgorithmRule>>? = null, samplingAlgorithmType: Output<String>, seed: Output<Int>? = null)