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 RealtimeEndpointStatusRealtimeEndpointStatus. fromValue(String value)Use this in place of valueOf.static RealtimeEndpointStatusRealtimeEndpointStatus. 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 voidRealtimeEndpointInfo. setEndpointStatus(RealtimeEndpointStatus endpointStatus)The current status of the real-time endpoint for theMLModel.RealtimeEndpointInfoRealtimeEndpointInfo. withEndpointStatus(RealtimeEndpointStatus endpointStatus)The current status of the real-time endpoint for theMLModel.
-