#[non_exhaustive]pub struct HumanLoopActivationConfig { /* private fields */ }
Expand description
Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig
is not given, then all requests go to humans.
Implementations§
source§impl HumanLoopActivationConfig
impl HumanLoopActivationConfig
sourcepub fn human_loop_activation_conditions_config(
&self
) -> Option<&HumanLoopActivationConditionsConfig>
pub fn human_loop_activation_conditions_config( &self ) -> Option<&HumanLoopActivationConditionsConfig>
Container structure for defining under what conditions SageMaker creates a human loop.
source§impl HumanLoopActivationConfig
impl HumanLoopActivationConfig
sourcepub fn builder() -> HumanLoopActivationConfigBuilder
pub fn builder() -> HumanLoopActivationConfigBuilder
Creates a new builder-style object to manufacture HumanLoopActivationConfig
.
Trait Implementations§
source§impl Clone for HumanLoopActivationConfig
impl Clone for HumanLoopActivationConfig
source§fn clone(&self) -> HumanLoopActivationConfig
fn clone(&self) -> HumanLoopActivationConfig
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 Debug for HumanLoopActivationConfig
impl Debug for HumanLoopActivationConfig
source§impl PartialEq<HumanLoopActivationConfig> for HumanLoopActivationConfig
impl PartialEq<HumanLoopActivationConfig> for HumanLoopActivationConfig
source§fn eq(&self, other: &HumanLoopActivationConfig) -> bool
fn eq(&self, other: &HumanLoopActivationConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.