Uses of Class
software.amazon.awssdk.services.sagemaker.model.WorkforceStatus
-
Packages that use WorkforceStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WorkforceStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WorkforceStatus Modifier and Type Method Description static WorkforceStatusWorkforceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkforceStatusWorkforce. status()The status of your workforce.static WorkforceStatusWorkforceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkforceStatus[]WorkforceStatus. 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 WorkforceStatus Modifier and Type Method Description static Set<WorkforceStatus>WorkforceStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type WorkforceStatus Modifier and Type Method Description Workforce.BuilderWorkforce.Builder. status(WorkforceStatus status)The status of your workforce.
-