Uses of Interface
software.amazon.awssdk.services.textract.model.HumanLoopConfig.Builder
-
Packages that use HumanLoopConfig.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of HumanLoopConfig.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return HumanLoopConfig.Builder Modifier and Type Method Description static HumanLoopConfig.BuilderHumanLoopConfig. builder()default HumanLoopConfig.BuilderHumanLoopConfig.Builder. dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)Sets attributes of the input data.HumanLoopConfig.BuilderHumanLoopConfig.Builder. dataAttributes(HumanLoopDataAttributes dataAttributes)Sets attributes of the input data.HumanLoopConfig.BuilderHumanLoopConfig.Builder. flowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of the flow definition.HumanLoopConfig.BuilderHumanLoopConfig.Builder. humanLoopName(String humanLoopName)The name of the human workflow used for this image.HumanLoopConfig.BuilderHumanLoopConfig. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type HumanLoopConfig.Builder Modifier and Type Method Description static Class<? extends HumanLoopConfig.Builder>HumanLoopConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type HumanLoopConfig.Builder Modifier and Type Method Description default AnalyzeDocumentRequest.BuilderAnalyzeDocumentRequest.Builder. humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)Sets the configuration for the human in the loop workflow for analyzing documents.
-