Struct aws_sdk_sagemaker::model::HumanLoopRequestSource [−][src]
#[non_exhaustive]pub struct HumanLoopRequestSource {
pub aws_managed_human_loop_request_source: Option<AwsManagedHumanLoopRequestSource>,
}
Expand description
Container for configuring the source of human task requests.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.aws_managed_human_loop_request_source: Option<AwsManagedHumanLoopRequestSource>
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:
Implementations
pub fn aws_managed_human_loop_request_source(
&self
) -> Option<&AwsManagedHumanLoopRequestSource>
pub fn aws_managed_human_loop_request_source(
&self
) -> Option<&AwsManagedHumanLoopRequestSource>
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:
Creates a new builder-style object to manufacture HumanLoopRequestSource
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for HumanLoopRequestSource
impl Send for HumanLoopRequestSource
impl Sync for HumanLoopRequestSource
impl Unpin for HumanLoopRequestSource
impl UnwindSafe for HumanLoopRequestSource
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