Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopStatus
-
Packages that use HumanLoopStatus Package Description software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of HumanLoopStatus in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return HumanLoopStatus Modifier and Type Method Description static HumanLoopStatusHumanLoopStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HumanLoopStatusDescribeHumanLoopResponse. humanLoopStatus()The status of the human loop.HumanLoopStatusHumanLoopSummary. humanLoopStatus()The status of the human loop.static HumanLoopStatusHumanLoopStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HumanLoopStatus[]HumanLoopStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type HumanLoopStatus Modifier and Type Method Description static Set<HumanLoopStatus>HumanLoopStatus. knownValues()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model with parameters of type HumanLoopStatus Modifier and Type Method Description DescribeHumanLoopResponse.BuilderDescribeHumanLoopResponse.Builder. humanLoopStatus(HumanLoopStatus humanLoopStatus)The status of the human loop.HumanLoopSummary.BuilderHumanLoopSummary.Builder. humanLoopStatus(HumanLoopStatus humanLoopStatus)The status of the human loop.
-