| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.DeviceSelectionConfig
Description
Synopsis
- data DeviceSelectionConfig = DeviceSelectionConfig' {}
 - newDeviceSelectionConfig :: DeviceSubsetType -> DeviceSelectionConfig
 - deviceSelectionConfig_deviceNameContains :: Lens' DeviceSelectionConfig (Maybe Text)
 - deviceSelectionConfig_deviceNames :: Lens' DeviceSelectionConfig (Maybe [Text])
 - deviceSelectionConfig_percentage :: Lens' DeviceSelectionConfig (Maybe Int)
 - deviceSelectionConfig_deviceSubsetType :: Lens' DeviceSelectionConfig DeviceSubsetType
 
Documentation
data DeviceSelectionConfig Source #
Contains information about the configurations of selected devices.
See: newDeviceSelectionConfig smart constructor.
Constructors
| DeviceSelectionConfig' | |
Fields 
  | |
Instances
newDeviceSelectionConfig Source #
Create a value of DeviceSelectionConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceNameContains:DeviceSelectionConfig', deviceSelectionConfig_deviceNameContains - A filter to select devices with names containing this name.
$sel:deviceNames:DeviceSelectionConfig', deviceSelectionConfig_deviceNames - List of devices chosen to deploy.
$sel:percentage:DeviceSelectionConfig', deviceSelectionConfig_percentage - Percentage of devices in the fleet to deploy to the current stage.
$sel:deviceSubsetType:DeviceSelectionConfig', deviceSelectionConfig_deviceSubsetType - Type of device subsets to deploy to the current stage.
deviceSelectionConfig_deviceNameContains :: Lens' DeviceSelectionConfig (Maybe Text) Source #
A filter to select devices with names containing this name.
deviceSelectionConfig_deviceNames :: Lens' DeviceSelectionConfig (Maybe [Text]) Source #
List of devices chosen to deploy.
deviceSelectionConfig_percentage :: Lens' DeviceSelectionConfig (Maybe Int) Source #
Percentage of devices in the fleet to deploy to the current stage.
deviceSelectionConfig_deviceSubsetType :: Lens' DeviceSelectionConfig DeviceSubsetType Source #
Type of device subsets to deploy to the current stage.