SolutionCategoricalHyperParameterRangeArgs

data class SolutionCategoricalHyperParameterRangeArgs(val name: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<SolutionCategoricalHyperParameterRangeArgs>

Provides the name and values of a Categorical hyperparameter.

Constructors

constructor(name: Output<String>? = null, values: Output<List<String>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the hyperparameter.

Link copied to clipboard
val values: Output<List<String>>? = null

A list of the categories for the hyperparameter.

Functions

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