#[non_exhaustive]pub struct CategoricalParameterRange { /* private fields */ }
Expand description
A list of categorical hyperparameters to tune.
Implementations§
source§impl CategoricalParameterRange
impl CategoricalParameterRange
sourcepub fn builder() -> CategoricalParameterRangeBuilder
pub fn builder() -> CategoricalParameterRangeBuilder
Creates a new builder-style object to manufacture CategoricalParameterRange
.
Trait Implementations§
source§impl Clone for CategoricalParameterRange
impl Clone for CategoricalParameterRange
source§fn clone(&self) -> CategoricalParameterRange
fn clone(&self) -> CategoricalParameterRange
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 Debug for CategoricalParameterRange
impl Debug for CategoricalParameterRange
source§impl PartialEq<CategoricalParameterRange> for CategoricalParameterRange
impl PartialEq<CategoricalParameterRange> for CategoricalParameterRange
source§fn eq(&self, other: &CategoricalParameterRange) -> bool
fn eq(&self, other: &CategoricalParameterRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CategoricalParameterRange
Auto Trait Implementations§
impl RefUnwindSafe for CategoricalParameterRange
impl Send for CategoricalParameterRange
impl Sync for CategoricalParameterRange
impl Unpin for CategoricalParameterRange
impl UnwindSafe for CategoricalParameterRange
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