SolutionCategoricalHyperParameterRange

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

Provides the name and values of a Categorical hyperparameter.

Constructors

Link copied to clipboard
constructor(name: String? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the hyperparameter.

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

A list of the categories for the hyperparameter.