Class: Aws::SageMaker::Types::RegisterDevicesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_nameString

The name of the fleet.

Returns:

  • (String)


34928
34929
34930
34931
34932
34933
34934
# File 'lib/aws-sdk-sagemaker/types.rb', line 34928

class RegisterDevicesRequest < Struct.new(
  :device_fleet_name,
  :devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#devicesArray<Types::Device>

A list of devices to register with SageMaker Edge Manager.

Returns:



34928
34929
34930
34931
34932
34933
34934
# File 'lib/aws-sdk-sagemaker/types.rb', line 34928

class RegisterDevicesRequest < Struct.new(
  :device_fleet_name,
  :devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with devices.

Returns:



34928
34929
34930
34931
34932
34933
34934
# File 'lib/aws-sdk-sagemaker/types.rb', line 34928

class RegisterDevicesRequest < Struct.new(
  :device_fleet_name,
  :devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end