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