#[non_exhaustive]pub struct HumanLoopActivationConfigBuilder { /* private fields */ }
Expand description
A builder for HumanLoopActivationConfig
.
Implementations§
source§impl HumanLoopActivationConfigBuilder
impl HumanLoopActivationConfigBuilder
sourcepub fn human_loop_activation_conditions_config(
self,
input: HumanLoopActivationConditionsConfig
) -> Self
pub fn human_loop_activation_conditions_config( self, input: HumanLoopActivationConditionsConfig ) -> Self
Container structure for defining under what conditions SageMaker creates a human loop.
sourcepub fn set_human_loop_activation_conditions_config(
self,
input: Option<HumanLoopActivationConditionsConfig>
) -> Self
pub fn set_human_loop_activation_conditions_config( self, input: Option<HumanLoopActivationConditionsConfig> ) -> Self
Container structure for defining under what conditions SageMaker creates a human loop.
sourcepub fn get_human_loop_activation_conditions_config(
&self
) -> &Option<HumanLoopActivationConditionsConfig>
pub fn get_human_loop_activation_conditions_config( &self ) -> &Option<HumanLoopActivationConditionsConfig>
Container structure for defining under what conditions SageMaker creates a human loop.
sourcepub fn build(self) -> HumanLoopActivationConfig
pub fn build(self) -> HumanLoopActivationConfig
Consumes the builder and constructs a HumanLoopActivationConfig
.
Trait Implementations§
source§impl Clone for HumanLoopActivationConfigBuilder
impl Clone for HumanLoopActivationConfigBuilder
source§fn clone(&self) -> HumanLoopActivationConfigBuilder
fn clone(&self) -> HumanLoopActivationConfigBuilder
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 Default for HumanLoopActivationConfigBuilder
impl Default for HumanLoopActivationConfigBuilder
source§fn default() -> HumanLoopActivationConfigBuilder
fn default() -> HumanLoopActivationConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<HumanLoopActivationConfigBuilder> for HumanLoopActivationConfigBuilder
impl PartialEq<HumanLoopActivationConfigBuilder> for HumanLoopActivationConfigBuilder
source§fn eq(&self, other: &HumanLoopActivationConfigBuilder) -> bool
fn eq(&self, other: &HumanLoopActivationConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HumanLoopActivationConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for HumanLoopActivationConfigBuilder
impl Send for HumanLoopActivationConfigBuilder
impl Sync for HumanLoopActivationConfigBuilder
impl Unpin for HumanLoopActivationConfigBuilder
impl UnwindSafe for HumanLoopActivationConfigBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more