Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopInput.Builder
-
Packages that use HumanLoopInput.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of HumanLoopInput.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return HumanLoopInput.Builder Modifier and Type Method Description static HumanLoopInput.BuilderHumanLoopInput. builder()HumanLoopInput.BuilderHumanLoopInput.Builder. inputContent(String inputContent)Serialized input from the human loop.HumanLoopInput.BuilderHumanLoopInput. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type HumanLoopInput.Builder Modifier and Type Method Description static Class<? extends HumanLoopInput.Builder>HumanLoopInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakera2iruntime.model with type arguments of type HumanLoopInput.Builder Modifier and Type Method Description default StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. humanLoopInput(Consumer<HumanLoopInput.Builder> humanLoopInput)An object that contains information about the human loop.
-