pub struct HumanLoopActivationConfig {
pub human_loop_activation_conditions_config: HumanLoopActivationConditionsConfig,
}
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.
Fields§
§human_loop_activation_conditions_config: HumanLoopActivationConditionsConfig
Container structure for defining under what conditions SageMaker creates a human loop.
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 Default for HumanLoopActivationConfig
impl Default for HumanLoopActivationConfig
Source§fn default() -> HumanLoopActivationConfig
fn default() -> HumanLoopActivationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HumanLoopActivationConfig
impl<'de> Deserialize<'de> for HumanLoopActivationConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for HumanLoopActivationConfig
Auto Trait Implementations§
impl Freeze for HumanLoopActivationConfig
impl RefUnwindSafe for HumanLoopActivationConfig
impl Send for HumanLoopActivationConfig
impl Sync for HumanLoopActivationConfig
impl Unpin for HumanLoopActivationConfig
impl UnwindSafe for HumanLoopActivationConfig
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