Uses of Interface
software.amazon.awssdk.services.sagemaker.model.HumanLoopRequestSource.Builder
-
Packages that use HumanLoopRequestSource.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HumanLoopRequestSource.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HumanLoopRequestSource.Builder Modifier and Type Method Description HumanLoopRequestSource.BuilderHumanLoopRequestSource.Builder. awsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.HumanLoopRequestSource.BuilderHumanLoopRequestSource.Builder. awsManagedHumanLoopRequestSource(AwsManagedHumanLoopRequestSource awsManagedHumanLoopRequestSource)Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.static HumanLoopRequestSource.BuilderHumanLoopRequestSource. builder()HumanLoopRequestSource.BuilderHumanLoopRequestSource. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HumanLoopRequestSource.Builder Modifier and Type Method Description static Class<? extends HumanLoopRequestSource.Builder>HumanLoopRequestSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HumanLoopRequestSource.Builder Modifier and Type Method Description default CreateFlowDefinitionRequest.BuilderCreateFlowDefinitionRequest.Builder. humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)Container for configuring the source of human task requests.default DescribeFlowDefinitionResponse.BuilderDescribeFlowDefinitionResponse.Builder. humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)Container for configuring the source of human task requests.
-