Builder

class Builder

Properties

Link copied to clipboard

The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

Link copied to clipboard

A brief description of the hyperparameter.

Link copied to clipboard

Indicates whether this hyperparameter is required.

Link copied to clipboard

Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

Link copied to clipboard
var name: String?

The name of this hyperparameter. The name must be unique.

Link copied to clipboard

The allowed range for this hyperparameter.

Link copied to clipboard

The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

Functions

Link copied to clipboard