#[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 ==.impl StructuralPartialEq for DefaultCategoricalHyperParameterRange
Auto Trait Implementations§
impl RefUnwindSafe for DefaultCategoricalHyperParameterRange
impl Send for DefaultCategoricalHyperParameterRange
impl Sync for DefaultCategoricalHyperParameterRange
impl Unpin for DefaultCategoricalHyperParameterRange
impl UnwindSafe for DefaultCategoricalHyperParameterRange
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more