Uses of Interface
software.amazon.awssdk.services.sagemaker.model.DeviceSelectionConfig.Builder
-
Packages that use DeviceSelectionConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeviceSelectionConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeviceSelectionConfig.Builder Modifier and Type Method Description static DeviceSelectionConfig.BuilderDeviceSelectionConfig. builder()DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. deviceNameContains(String deviceNameContains)A filter to select devices with names containing this name.DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. deviceNames(String... deviceNames)List of devices chosen to deploy.DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. deviceNames(Collection<String> deviceNames)List of devices chosen to deploy.DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. deviceSubsetType(String deviceSubsetType)Type of device subsets to deploy to the current stage.DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. deviceSubsetType(DeviceSubsetType deviceSubsetType)Type of device subsets to deploy to the current stage.DeviceSelectionConfig.BuilderDeviceSelectionConfig.Builder. percentage(Integer percentage)Percentage of devices in the fleet to deploy to the current stage.DeviceSelectionConfig.BuilderDeviceSelectionConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeviceSelectionConfig.Builder Modifier and Type Method Description static Class<? extends DeviceSelectionConfig.Builder>DeviceSelectionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeviceSelectionConfig.Builder Modifier and Type Method Description default DeploymentStage.BuilderDeploymentStage.Builder. deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)Configuration of the devices in the stage.default DeploymentStageStatusSummary.BuilderDeploymentStageStatusSummary.Builder. deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)Configuration of the devices in the stage.
-