Uses of Class
software.amazon.awssdk.services.sagemakeredge.model.ModelState
-
Packages that use ModelState Package Description software.amazon.awssdk.services.sagemakeredge.model -
-
Uses of ModelState in software.amazon.awssdk.services.sagemakeredge.model
Methods in software.amazon.awssdk.services.sagemakeredge.model that return ModelState Modifier and Type Method Description ModelStateDeploymentModel. desiredState()The desired state of the model.static ModelStateModelState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelStateDefinition. state()The desired state of the model.ModelStateDeploymentModel. state()Returns the current state of the model.static ModelStateModelState. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelState[]ModelState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakeredge.model that return types with arguments of type ModelState Modifier and Type Method Description static Set<ModelState>ModelState. knownValues()Methods in software.amazon.awssdk.services.sagemakeredge.model with parameters of type ModelState Modifier and Type Method Description DeploymentModel.BuilderDeploymentModel.Builder. desiredState(ModelState desiredState)The desired state of the model.Definition.BuilderDefinition.Builder. state(ModelState state)The desired state of the model.DeploymentModel.BuilderDeploymentModel.Builder. state(ModelState state)Returns the current state of the model.
-