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.
18650 18651 18652 18653 18654 18655 18656 18657 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18650 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.
18650 18651 18652 18653 18654 18655 18656 18657 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18650 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.
18650 18651 18652 18653 18654 18655 18656 18657 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18650 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.
18650 18651 18652 18653 18654 18655 18656 18657 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18650 class DeviceSelectionConfig < Struct.new( :device_subset_type, :percentage, :device_names, :device_name_contains) SENSITIVE = [] include Aws::Structure end |