| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and 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(Collection<String> deviceNames)
List of devices chosen to deploy.
|
DeviceSelectionConfig.Builder |
DeviceSelectionConfig.Builder.deviceNames(String... deviceNames)
List of devices chosen to deploy.
|
DeviceSelectionConfig.Builder |
DeviceSelectionConfig.Builder.deviceSubsetType(DeviceSubsetType deviceSubsetType)
Type of device subsets to deploy to the current stage.
|
DeviceSelectionConfig.Builder |
DeviceSelectionConfig.Builder.deviceSubsetType(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeviceSelectionConfig.Builder> |
DeviceSelectionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentStageStatusSummary.Builder |
DeploymentStageStatusSummary.Builder.deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.
|
default DeploymentStage.Builder |
DeploymentStage.Builder.deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.
|
Copyright © 2022. All rights reserved.