| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
AutoPromotionResult |
DescribeModelVersionResponse.autoPromotionResult()
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
static AutoPromotionResult |
AutoPromotionResult.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoPromotionResult |
AutoPromotionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoPromotionResult[] |
AutoPromotionResult.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<AutoPromotionResult> |
AutoPromotionResult.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeModelVersionResponse.Builder |
DescribeModelVersionResponse.Builder.autoPromotionResult(AutoPromotionResult autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
Copyright © 2023. All rights reserved.