pub struct HumanLoopRequestSource {
pub aws_managed_human_loop_request_source: String,
}
Expand description
Container for configuring the source of human task requests.
Fields§
§aws_managed_human_loop_request_source: String
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
Trait Implementations§
Source§impl Clone for HumanLoopRequestSource
impl Clone for HumanLoopRequestSource
Source§fn clone(&self) -> HumanLoopRequestSource
fn clone(&self) -> HumanLoopRequestSource
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 HumanLoopRequestSource
impl Debug for HumanLoopRequestSource
Source§impl Default for HumanLoopRequestSource
impl Default for HumanLoopRequestSource
Source§fn default() -> HumanLoopRequestSource
fn default() -> HumanLoopRequestSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HumanLoopRequestSource
impl<'de> Deserialize<'de> for HumanLoopRequestSource
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
Source§impl PartialEq for HumanLoopRequestSource
impl PartialEq for HumanLoopRequestSource
Source§impl Serialize for HumanLoopRequestSource
impl Serialize for HumanLoopRequestSource
impl StructuralPartialEq for HumanLoopRequestSource
Auto Trait Implementations§
impl Freeze for HumanLoopRequestSource
impl RefUnwindSafe for HumanLoopRequestSource
impl Send for HumanLoopRequestSource
impl Sync for HumanLoopRequestSource
impl Unpin for HumanLoopRequestSource
impl UnwindSafe for HumanLoopRequestSource
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