Uses of Class
software.amazon.awssdk.services.sagemaker.model.NodeUnavailabilityType
-
Packages that use NodeUnavailabilityType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of NodeUnavailabilityType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return NodeUnavailabilityType Modifier and Type Method Description static NodeUnavailabilityTypeNodeUnavailabilityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeUnavailabilityTypeCapacitySizeConfig. type()Specifies whether SageMaker should process the update by amount or percentage of instances.static NodeUnavailabilityTypeNodeUnavailabilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeUnavailabilityType[]NodeUnavailabilityType. 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 NodeUnavailabilityType Modifier and Type Method Description static Set<NodeUnavailabilityType>NodeUnavailabilityType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NodeUnavailabilityType Modifier and Type Method Description CapacitySizeConfig.BuilderCapacitySizeConfig.Builder. type(NodeUnavailabilityType type)Specifies whether SageMaker should process the update by amount or percentage of instances.
-