Class: Aws::SageMaker::Types::DeviceSelectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeviceSelectionConfig
- Includes:
- Aws::Structure
- Defined in:
- 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.
18611 18612 18613 18614 18615 18616 18617 18618 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18611 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.
18611 18612 18613 18614 18615 18616 18617 18618 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18611 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.
18611 18612 18613 18614 18615 18616 18617 18618 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18611 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.
18611 18612 18613 18614 18615 18616 18617 18618 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18611 class DeviceSelectionConfig < Struct.new( :device_subset_type, :percentage, :device_names, :device_name_contains) SENSITIVE = [] include Aws::Structure end |