Struct aws_sdk_sagemaker::model::parameter_ranges::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ParameterRanges
Implementations
Appends an item to integer_parameter_ranges
.
To override the contents of this collection use set_integer_parameter_ranges
.
The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.
The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.
Appends an item to continuous_parameter_ranges
.
To override the contents of this collection use set_continuous_parameter_ranges
.
The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.
pub fn set_continuous_parameter_ranges(
self,
input: Option<Vec<ContinuousParameterRange>>
) -> Self
pub fn set_continuous_parameter_ranges(
self,
input: Option<Vec<ContinuousParameterRange>>
) -> Self
The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.
pub fn categorical_parameter_ranges(
self,
input: impl Into<CategoricalParameterRange>
) -> Self
pub fn categorical_parameter_ranges(
self,
input: impl Into<CategoricalParameterRange>
) -> Self
Appends an item to categorical_parameter_ranges
.
To override the contents of this collection use set_categorical_parameter_ranges
.
The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.
pub fn set_categorical_parameter_ranges(
self,
input: Option<Vec<CategoricalParameterRange>>
) -> Self
pub fn set_categorical_parameter_ranges(
self,
input: Option<Vec<CategoricalParameterRange>>
) -> Self
The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.
Consumes the builder and constructs a ParameterRanges
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