#[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 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 ==
.