| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopStatus |
HumanLoopStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HumanLoopStatus |
HumanLoopSummary.humanLoopStatus()
The status of the human loop.
|
HumanLoopStatus |
DescribeHumanLoopResponse.humanLoopStatus()
The status of the human loop.
|
static HumanLoopStatus |
HumanLoopStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HumanLoopStatus> |
HumanLoopStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HumanLoopSummary.Builder |
HumanLoopSummary.Builder.humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
DescribeHumanLoopResponse.Builder |
DescribeHumanLoopResponse.Builder.humanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
Copyright © 2023. All rights reserved.