| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSelectionConfig |
DeviceSelectionConfig.clone() |
DeviceSelectionConfig |
DeploymentStageStatusSummary.getDeviceSelectionConfig()
Configuration of the devices in the stage.
|
DeviceSelectionConfig |
DeploymentStage.getDeviceSelectionConfig()
Configuration of the devices in the stage.
|
DeviceSelectionConfig |
DeviceSelectionConfig.withDeviceNameContains(String deviceNameContains)
A filter to select devices with names containing this name.
|
DeviceSelectionConfig |
DeviceSelectionConfig.withDeviceNames(Collection<String> deviceNames)
List of devices chosen to deploy.
|
DeviceSelectionConfig |
DeviceSelectionConfig.withDeviceNames(String... deviceNames)
List of devices chosen to deploy.
|
DeviceSelectionConfig |
DeviceSelectionConfig.withDeviceSubsetType(DeviceSubsetType deviceSubsetType)
Type of device subsets to deploy to the current stage.
|
DeviceSelectionConfig |
DeviceSelectionConfig.withDeviceSubsetType(String deviceSubsetType)
Type of device subsets to deploy to the current stage.
|
DeviceSelectionConfig |
DeviceSelectionConfig.withPercentage(Integer percentage)
Percentage of devices in the fleet to deploy to the current stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStageStatusSummary.setDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
void |
DeploymentStage.setDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.withDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStage |
DeploymentStage.withDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
Copyright © 2023. All rights reserved.