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.
39191 39192 39193 39194 39195 39196 39197 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39191 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.
39191 39192 39193 39194 39195 39196 39197 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39191 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with devices.
39191 39192 39193 39194 39195 39196 39197 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39191 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end |