Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ModelPromoteMode
-
Packages that use ModelPromoteMode Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ModelPromoteMode in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ModelPromoteMode Modifier and Type Method Description static ModelPromoteModeModelPromoteMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelPromoteModeCreateRetrainingSchedulerRequest. promoteMode()Indicates how the service will use new models.ModelPromoteModeDescribeRetrainingSchedulerResponse. promoteMode()Indicates how the service uses new models.ModelPromoteModeUpdateRetrainingSchedulerRequest. promoteMode()Indicates how the service will use new models.static ModelPromoteModeModelPromoteMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelPromoteMode[]ModelPromoteMode. 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 ModelPromoteMode Modifier and Type Method Description static Set<ModelPromoteMode>ModelPromoteMode. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type ModelPromoteMode Modifier and Type Method Description CreateRetrainingSchedulerRequest.BuilderCreateRetrainingSchedulerRequest.Builder. promoteMode(ModelPromoteMode promoteMode)Indicates how the service will use new models.DescribeRetrainingSchedulerResponse.BuilderDescribeRetrainingSchedulerResponse.Builder. promoteMode(ModelPromoteMode promoteMode)Indicates how the service uses new models.UpdateRetrainingSchedulerRequest.BuilderUpdateRetrainingSchedulerRequest.Builder. promoteMode(ModelPromoteMode promoteMode)Indicates how the service will use new models.
-