Uses of Class
software.amazon.awssdk.services.lookoutvision.model.ModelHostingStatus
-
Packages that use ModelHostingStatus Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of ModelHostingStatus in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return ModelHostingStatus Modifier and Type Method Description static ModelHostingStatusModelHostingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelHostingStatusStartModelResponse. status()The current running status of the model.ModelHostingStatusStopModelResponse. status()The status of the model.static ModelHostingStatusModelHostingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelHostingStatus[]ModelHostingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type ModelHostingStatus Modifier and Type Method Description static Set<ModelHostingStatus>ModelHostingStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type ModelHostingStatus Modifier and Type Method Description StartModelResponse.BuilderStartModelResponse.Builder. status(ModelHostingStatus status)The current running status of the model.StopModelResponse.BuilderStopModelResponse.Builder. status(ModelHostingStatus status)The status of the model.
-