Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopSummary.Builder
-
Packages that use HumanLoopSummary.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of HumanLoopSummary.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return HumanLoopSummary.Builder Modifier and Type Method Description static HumanLoopSummary.BuilderHumanLoopSummary. builder()HumanLoopSummary.BuilderHumanLoopSummary.Builder. creationTime(Instant creationTime)When Amazon Augmented AI created the human loop.HumanLoopSummary.BuilderHumanLoopSummary.Builder. failureReason(String failureReason)The reason why the human loop failed.HumanLoopSummary.BuilderHumanLoopSummary.Builder. flowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.HumanLoopSummary.BuilderHumanLoopSummary.Builder. humanLoopName(String humanLoopName)The name of the human loop.HumanLoopSummary.BuilderHumanLoopSummary.Builder. humanLoopStatus(String humanLoopStatus)The status of the human loop.HumanLoopSummary.BuilderHumanLoopSummary.Builder. humanLoopStatus(HumanLoopStatus humanLoopStatus)The status of the human loop.HumanLoopSummary.BuilderHumanLoopSummary. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type HumanLoopSummary.Builder Modifier and Type Method Description static Class<? extends HumanLoopSummary.Builder>HumanLoopSummary. serializableBuilderClass()
-