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.
39255 39256 39257 39258 39259 39260 39261 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39255 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.
39255 39256 39257 39258 39259 39260 39261 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39255 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with devices.
39255 39256 39257 39258 39259 39260 39261 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39255 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |