Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeviceSubsetType
-
Packages that use DeviceSubsetType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeviceSubsetType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeviceSubsetType Modifier and Type Method Description DeviceSubsetTypeDeviceSelectionConfig. deviceSubsetType()Type of device subsets to deploy to the current stage.static DeviceSubsetTypeDeviceSubsetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceSubsetTypeDeviceSubsetType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceSubsetType[]DeviceSubsetType. 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 DeviceSubsetType Modifier and Type Method Description static Set<DeviceSubsetType>DeviceSubsetType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeviceSubsetType Modifier and Type Method Description DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. deviceSubsetType(DeviceSubsetType deviceSubsetType)Type of device subsets to deploy to the current stage.
-