Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.AutoPromotionResult
-
Packages that use AutoPromotionResult Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of AutoPromotionResult in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return AutoPromotionResult Modifier and Type Method Description AutoPromotionResultDescribeModelVersionResponse. 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 AutoPromotionResultAutoPromotionResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoPromotionResultAutoPromotionResult. 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.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type AutoPromotionResult Modifier and Type Method Description static Set<AutoPromotionResult>AutoPromotionResult. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type AutoPromotionResult Modifier and Type Method Description DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.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.
-