#[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() -> Builder
pub fn builder() -> Builder
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 ==
.