BayesianSamplingAlgorithmArgs

data class BayesianSamplingAlgorithmArgs(val samplingAlgorithmType: Output<String>) : ConvertibleToJava<BayesianSamplingAlgorithmArgs>

Defines a Sampling Algorithm that generates values based on previous values

Constructors

Link copied to clipboard
constructor(samplingAlgorithmType: Output<String>)

Properties

Link copied to clipboard

Expected value is 'Bayesian'.

Functions

Link copied to clipboard
open override fun toJava(): BayesianSamplingAlgorithmArgs