#[non_exhaustive]pub struct DefaultCategoricalHyperParameterRange { /* private fields */ }
Expand description
Provides the name and default range of a categorical hyperparameter and whether the hyperparameter is tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
Implementations§
source§impl DefaultCategoricalHyperParameterRange
impl DefaultCategoricalHyperParameterRange
sourcepub fn builder() -> DefaultCategoricalHyperParameterRangeBuilder
pub fn builder() -> DefaultCategoricalHyperParameterRangeBuilder
Creates a new builder-style object to manufacture DefaultCategoricalHyperParameterRange
.
Trait Implementations§
source§impl Clone for DefaultCategoricalHyperParameterRange
impl Clone for DefaultCategoricalHyperParameterRange
source§fn clone(&self) -> DefaultCategoricalHyperParameterRange
fn clone(&self) -> DefaultCategoricalHyperParameterRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DefaultCategoricalHyperParameterRange> for DefaultCategoricalHyperParameterRange
impl PartialEq<DefaultCategoricalHyperParameterRange> for DefaultCategoricalHyperParameterRange
source§fn eq(&self, other: &DefaultCategoricalHyperParameterRange) -> bool
fn eq(&self, other: &DefaultCategoricalHyperParameterRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.