Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopOutput.Builder
-
Packages that use HumanLoopOutput.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of HumanLoopOutput.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return HumanLoopOutput.Builder Modifier and Type Method Description static HumanLoopOutput.BuilderHumanLoopOutput. builder()HumanLoopOutput.BuilderHumanLoopOutput.Builder. outputS3Uri(String outputS3Uri)The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.HumanLoopOutput.BuilderHumanLoopOutput. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type HumanLoopOutput.Builder Modifier and Type Method Description static Class<? extends HumanLoopOutput.Builder>HumanLoopOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakera2iruntime.model with type arguments of type HumanLoopOutput.Builder Modifier and Type Method Description default DescribeHumanLoopResponse.BuilderDescribeHumanLoopResponse.Builder. humanLoopOutput(Consumer<HumanLoopOutput.Builder> humanLoopOutput)An object that contains information about the output of the human loop.
-