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)


37261
37262
37263
37264
37265
37266
37267
# File 'lib/aws-sdk-sagemaker/types.rb', line 37261

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:



37261
37262
37263
37264
37265
37266
37267
# File 'lib/aws-sdk-sagemaker/types.rb', line 37261

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

#tagsArray<Types::Tag>

The tags associated with devices.

Returns:



37261
37262
37263
37264
37265
37266
37267
# File 'lib/aws-sdk-sagemaker/types.rb', line 37261

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