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.
      39068 39069 39070 39071 39072 39073 39074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39068 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.
      39068 39069 39070 39071 39072 39073 39074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39068 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags associated with devices.
      39068 39069 39070 39071 39072 39073 39074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39068 class RegisterDevicesRequest < Struct.new( :device_fleet_name, :devices, :tags) SENSITIVE = [] include Aws::Structure end  |