Uses of Class
com.amazonaws.services.machinelearning.model.RealtimeEndpointStatus
-
Packages that use RealtimeEndpointStatus Package Description com.amazonaws.services.machinelearning.model -
-
Uses of RealtimeEndpointStatus in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RealtimeEndpointStatus Modifier and Type Method Description static RealtimeEndpointStatus
RealtimeEndpointStatus. fromValue(String value)
Use this in place of valueOf.static RealtimeEndpointStatus
RealtimeEndpointStatus. valueOf(String name)
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 RealtimeEndpointStatus Modifier and Type Method Description void
RealtimeEndpointInfo. setEndpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for theMLModel
.RealtimeEndpointInfo
RealtimeEndpointInfo. withEndpointStatus(RealtimeEndpointStatus endpointStatus)
The current status of the real-time endpoint for theMLModel
.
-