pub struct Builder { /* private fields */ }Expand description
A builder for HyperParameterTuningJobStrategyConfig.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn hyperband_strategy_config(self, input: HyperbandStrategyConfig) -> Self
pub fn hyperband_strategy_config(self, input: HyperbandStrategyConfig) -> Self
The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.
sourcepub fn set_hyperband_strategy_config(
self,
input: Option<HyperbandStrategyConfig>
) -> Self
pub fn set_hyperband_strategy_config(
self,
input: Option<HyperbandStrategyConfig>
) -> Self
The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.
sourcepub fn build(self) -> HyperParameterTuningJobStrategyConfig
pub fn build(self) -> HyperParameterTuningJobStrategyConfig
Consumes the builder and constructs a HyperParameterTuningJobStrategyConfig.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more