Struct aws_sdk_sagemaker::model::hyper_parameter_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HyperParameterSpecification
Implementations
The name of this hyperparameter. The name must be unique.
The name of this hyperparameter. The name must be unique.
A brief description of the hyperparameter.
A brief description of the hyperparameter.
The type of this hyperparameter. The valid types are Integer
,
Continuous
, Categorical
, and FreeText
.
The type of this hyperparameter. The valid types are Integer
,
Continuous
, Categorical
, and FreeText
.
The allowed range for this hyperparameter.
The allowed range for this hyperparameter.
Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.
Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.
Indicates whether this hyperparameter is required.
Indicates whether this hyperparameter is required.
The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.
The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.
Consumes the builder and constructs a HyperParameterSpecification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more