Uses of Class
software.amazon.awssdk.services.machinelearning.model.RealtimeEndpointStatus
-
Packages that use RealtimeEndpointStatus Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of RealtimeEndpointStatus in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return RealtimeEndpointStatus Modifier and Type Method Description RealtimeEndpointStatusRealtimeEndpointInfo. endpointStatus()The current status of the real-time endpoint for theMLModel.static RealtimeEndpointStatusRealtimeEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.machinelearning.model that return types with arguments of type RealtimeEndpointStatus Modifier and Type Method Description static Set<RealtimeEndpointStatus>RealtimeEndpointStatus. knownValues()Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type RealtimeEndpointStatus Modifier and Type Method Description RealtimeEndpointInfo.BuilderRealtimeEndpointInfo.Builder. endpointStatus(RealtimeEndpointStatus endpointStatus)The current status of the real-time endpoint for theMLModel.
-