#[non_exhaustive]pub struct ContinuousHyperParameterRange { /* private fields */ }
Expand description
Provides the name and range of a continuous hyperparameter.
Implementations§
source§impl ContinuousHyperParameterRange
impl ContinuousHyperParameterRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContinuousHyperParameterRange
.
Trait Implementations§
source§impl Clone for ContinuousHyperParameterRange
impl Clone for ContinuousHyperParameterRange
source§fn clone(&self) -> ContinuousHyperParameterRange
fn clone(&self) -> ContinuousHyperParameterRange
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<ContinuousHyperParameterRange> for ContinuousHyperParameterRange
impl PartialEq<ContinuousHyperParameterRange> for ContinuousHyperParameterRange
source§fn eq(&self, other: &ContinuousHyperParameterRange) -> bool
fn eq(&self, other: &ContinuousHyperParameterRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.