Struct aws_sdk_textract::model::human_loop_activation_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for HumanLoopActivationOutput
Implementations
The Amazon Resource Name (ARN) of the HumanLoop created.
The Amazon Resource Name (ARN) of the HumanLoop created.
Appends an item to human_loop_activation_reasons.
To override the contents of this collection use set_human_loop_activation_reasons.
Shows if and why human review was needed.
Shows if and why human review was needed.
pub fn human_loop_activation_conditions_evaluation_results(
self,
input: impl Into<String>
) -> Self
pub fn human_loop_activation_conditions_evaluation_results(
self,
input: impl Into<String>
) -> Self
Shows the result of condition evaluations, including those conditions which activated a human review.
pub fn set_human_loop_activation_conditions_evaluation_results(
self,
input: Option<String>
) -> Self
pub fn set_human_loop_activation_conditions_evaluation_results(
self,
input: Option<String>
) -> Self
Shows the result of condition evaluations, including those conditions which activated a human review.
Consumes the builder and constructs a HumanLoopActivationOutput
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