Class: Aws::SageMaker::Types::DeviceSelectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeviceSelectionConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Contains information about the configurations of selected devices.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name_contains ⇒ String
A filter to select devices with names containing this name.
-
#device_names ⇒ Array<String>
List of devices chosen to deploy.
-
#device_subset_type ⇒ String
Type of device subsets to deploy to the current stage.
-
#percentage ⇒ Integer
Percentage of devices in the fleet to deploy to the current stage.
Instance Attribute Details
#device_name_contains ⇒ String
A filter to select devices with names containing this name.
19758 19759 19760 19761 19762 19763 19764 19765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19758 class DeviceSelectionConfig < Struct.new( :device_subset_type, :percentage, :device_names, :device_name_contains) SENSITIVE = [] include Aws::Structure end |
#device_names ⇒ Array<String>
List of devices chosen to deploy.
19758 19759 19760 19761 19762 19763 19764 19765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19758 class DeviceSelectionConfig < Struct.new( :device_subset_type, :percentage, :device_names, :device_name_contains) SENSITIVE = [] include Aws::Structure end |
#device_subset_type ⇒ String
Type of device subsets to deploy to the current stage.
19758 19759 19760 19761 19762 19763 19764 19765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19758 class DeviceSelectionConfig < Struct.new( :device_subset_type, :percentage, :device_names, :device_name_contains) SENSITIVE = [] include Aws::Structure end |
#percentage ⇒ Integer
Percentage of devices in the fleet to deploy to the current stage.
19758 19759 19760 19761 19762 19763 19764 19765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19758 class DeviceSelectionConfig < Struct.new( :device_subset_type, :percentage, :device_names, :device_name_contains) SENSITIVE = [] include Aws::Structure end |