Uses of Enum
com.amazonaws.services.machinelearning.model.RealtimeEndpointStatus
Packages that use RealtimeEndpointStatus
-
Uses of RealtimeEndpointStatus in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RealtimeEndpointStatusModifier and TypeMethodDescriptionstatic RealtimeEndpointStatus
Use this in place of valueOf.static RealtimeEndpointStatus
Returns the enum constant of this type with the specified name.static RealtimeEndpointStatus[]
RealtimeEndpointStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.machinelearning.model with parameters of type RealtimeEndpointStatusModifier and TypeMethodDescriptionvoid
RealtimeEndpointInfo.setEndpointStatus
(RealtimeEndpointStatus endpointStatus) The current status of the real-time endpoint for theMLModel
.RealtimeEndpointInfo.withEndpointStatus
(RealtimeEndpointStatus endpointStatus) The current status of the real-time endpoint for theMLModel
.