Struct aws_sdk_textract::model::HumanLoopActivationOutput
source · #[non_exhaustive]pub struct HumanLoopActivationOutput { /* private fields */ }
Expand description
Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.
Implementations§
source§impl HumanLoopActivationOutput
impl HumanLoopActivationOutput
sourcepub fn human_loop_arn(&self) -> Option<&str>
pub fn human_loop_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the HumanLoop created.
sourcepub fn human_loop_activation_reasons(&self) -> Option<&[String]>
pub fn human_loop_activation_reasons(&self) -> Option<&[String]>
Shows if and why human review was needed.
sourcepub fn human_loop_activation_conditions_evaluation_results(
&self
) -> Option<&str>
pub fn human_loop_activation_conditions_evaluation_results(
&self
) -> Option<&str>
Shows the result of condition evaluations, including those conditions which activated a human review.
source§impl HumanLoopActivationOutput
impl HumanLoopActivationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HumanLoopActivationOutput
.
Trait Implementations§
source§impl Clone for HumanLoopActivationOutput
impl Clone for HumanLoopActivationOutput
source§fn clone(&self) -> HumanLoopActivationOutput
fn clone(&self) -> HumanLoopActivationOutput
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 HumanLoopActivationOutput
impl Debug for HumanLoopActivationOutput
source§impl PartialEq<HumanLoopActivationOutput> for HumanLoopActivationOutput
impl PartialEq<HumanLoopActivationOutput> for HumanLoopActivationOutput
source§fn eq(&self, other: &HumanLoopActivationOutput) -> bool
fn eq(&self, other: &HumanLoopActivationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.