Class: Aws::SageMaker::Types::DeviceSelectionConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#device_name_containsString

A filter to select devices with names containing this name.

Returns:

  • (String)


17405
17406
17407
17408
17409
17410
17411
17412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17405

class DeviceSelectionConfig < Struct.new(
  :device_subset_type,
  :percentage,
  :device_names,
  :device_name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#device_namesArray<String>

List of devices chosen to deploy.

Returns:

  • (Array<String>)


17405
17406
17407
17408
17409
17410
17411
17412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17405

class DeviceSelectionConfig < Struct.new(
  :device_subset_type,
  :percentage,
  :device_names,
  :device_name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#device_subset_typeString

Type of device subsets to deploy to the current stage.

Returns:

  • (String)


17405
17406
17407
17408
17409
17410
17411
17412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17405

class DeviceSelectionConfig < Struct.new(
  :device_subset_type,
  :percentage,
  :device_names,
  :device_name_contains)
  SENSITIVE = []
  include Aws::Structure
end

#percentageInteger

Percentage of devices in the fleet to deploy to the current stage.

Returns:

  • (Integer)


17405
17406
17407
17408
17409
17410
17411
17412
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17405

class DeviceSelectionConfig < Struct.new(
  :device_subset_type,
  :percentage,
  :device_names,
  :device_name_contains)
  SENSITIVE = []
  include Aws::Structure
end