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)


37231
37232
37233
37234
37235
37236
37237
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37231

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:



37231
37232
37233
37234
37235
37236
37237
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37231

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

#tagsArray<Types::Tag>

The tags associated with devices.

Returns:



37231
37232
37233
37234
37235
37236
37237
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37231

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