Uses of Class
software.amazon.awssdk.services.sagemaker.model.StageStatus
-
Packages that use StageStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of StageStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StageStatus Modifier and Type Method Description static StageStatusStageStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StageStatusEdgeDeploymentStatus. stageStatus()The general status of the current stage.static StageStatusStageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StageStatus[]StageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type StageStatus Modifier and Type Method Description static Set<StageStatus>StageStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type StageStatus Modifier and Type Method Description EdgeDeploymentStatus.BuilderEdgeDeploymentStatus.Builder. stageStatus(StageStatus stageStatus)The general status of the current stage.
-