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