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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


37221
37222
37223
37224
37225
37226
37227
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37221

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:



37221
37222
37223
37224
37225
37226
37227
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37221

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

#tagsArray<Types::Tag>

The tags associated with devices.

Returns:



37221
37222
37223
37224
37225
37226
37227
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37221

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