Uses of Enum
com.amazonaws.services.machinelearning.model.RealtimeEndpointStatus
Packages that use RealtimeEndpointStatus
-
Uses of RealtimeEndpointStatus in com.amazonaws.services.machinelearning.model
Subclasses with type arguments of type RealtimeEndpointStatus in com.amazonaws.services.machinelearning.modelMethods in com.amazonaws.services.machinelearning.model that return RealtimeEndpointStatusModifier and TypeMethodDescriptionstatic RealtimeEndpointStatusUse this in place of valueOf.static RealtimeEndpointStatusReturns 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 TypeMethodDescriptionvoidRealtimeEndpointInfo.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.