GridSamplingAlgorithmArgs

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

Defines a Sampling Algorithm that exhaustively generates every value combination in the space

Constructors

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

Properties

Link copied to clipboard

Expected value is 'Grid'.

Functions

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