#[non_exhaustive]pub struct HumanLoopRequestSourceBuilder { /* private fields */ }
Expand description
A builder for HumanLoopRequestSource
.
Implementations§
source§impl HumanLoopRequestSourceBuilder
impl HumanLoopRequestSourceBuilder
sourcepub fn aws_managed_human_loop_request_source(
self,
input: AwsManagedHumanLoopRequestSource
) -> Self
pub fn aws_managed_human_loop_request_source( self, input: AwsManagedHumanLoopRequestSource ) -> Self
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:
sourcepub fn set_aws_managed_human_loop_request_source(
self,
input: Option<AwsManagedHumanLoopRequestSource>
) -> Self
pub fn set_aws_managed_human_loop_request_source( self, input: Option<AwsManagedHumanLoopRequestSource> ) -> Self
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:
sourcepub fn build(self) -> HumanLoopRequestSource
pub fn build(self) -> HumanLoopRequestSource
Consumes the builder and constructs a HumanLoopRequestSource
.
Trait Implementations§
source§impl Clone for HumanLoopRequestSourceBuilder
impl Clone for HumanLoopRequestSourceBuilder
source§fn clone(&self) -> HumanLoopRequestSourceBuilder
fn clone(&self) -> HumanLoopRequestSourceBuilder
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 Default for HumanLoopRequestSourceBuilder
impl Default for HumanLoopRequestSourceBuilder
source§fn default() -> HumanLoopRequestSourceBuilder
fn default() -> HumanLoopRequestSourceBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<HumanLoopRequestSourceBuilder> for HumanLoopRequestSourceBuilder
impl PartialEq<HumanLoopRequestSourceBuilder> for HumanLoopRequestSourceBuilder
source§fn eq(&self, other: &HumanLoopRequestSourceBuilder) -> bool
fn eq(&self, other: &HumanLoopRequestSourceBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.