Struct aws_sdk_sagemaker::model::human_loop_activation_config::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HumanLoopActivationConfig
Implementations
pub 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.
pub 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.
Consumes the builder and constructs a HumanLoopActivationConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more