Class: Aws::SageMaker::Types::RegisterDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RegisterDevicesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ String
The name of the fleet.
-
#devices ⇒ Array<Types::Device>
A list of devices to register with SageMaker Edge Manager.
-
#tags ⇒ Array<Types::Tag>
The tags associated with devices.
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet.
39357 39358 39359 39360 39361 39362 39363 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39357 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |
#devices ⇒ Array<Types::Device>
A list of devices to register with SageMaker Edge Manager.
39357 39358 39359 39360 39361 39362 39363 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39357 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with devices.
39357 39358 39359 39360 39361 39362 39363 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39357 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |