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.Builder
DeviceSelectionConfig. builder()
DeviceSelectionConfig.Builder
DeviceSelectionConfig.Builder. deviceNameContains(String deviceNameContains)
A filter to select devices with names containing this name.DeviceSelectionConfig.Builder
DeviceSelectionConfig.Builder. deviceNames(String... deviceNames)
List of devices chosen to deploy.DeviceSelectionConfig.Builder
DeviceSelectionConfig.Builder. deviceNames(Collection<String> deviceNames)
List of devices chosen to deploy.DeviceSelectionConfig.Builder
DeviceSelectionConfig.Builder. deviceSubsetType(String deviceSubsetType)
Type of device subsets to deploy to the current stage.DeviceSelectionConfig.Builder
DeviceSelectionConfig.Builder. deviceSubsetType(DeviceSubsetType deviceSubsetType)
Type of device subsets to deploy to the current stage.DeviceSelectionConfig.Builder
DeviceSelectionConfig.Builder. percentage(Integer percentage)
Percentage of devices in the fleet to deploy to the current stage.DeviceSelectionConfig.Builder
DeviceSelectionConfig. 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.Builder
DeploymentStage.Builder. deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.default DeploymentStageStatusSummary.Builder
DeploymentStageStatusSummary.Builder. deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.
-