Class: Aws::SageMaker::Types::DeviceStats
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeviceStats
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Status of devices.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connected_device_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of devices connected with a heartbeat.
 - 
  
    
      #registered_device_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of registered devices.
 
Instance Attribute Details
#connected_device_count ⇒ Integer
The number of devices connected with a heartbeat.
      19683 19684 19685 19686 19687 19688  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19683 class DeviceStats < Struct.new( :connected_device_count, :registered_device_count) SENSITIVE = [] include Aws::Structure end  | 
  
#registered_device_count ⇒ Integer
The number of registered devices.
      19683 19684 19685 19686 19687 19688  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19683 class DeviceStats < Struct.new( :connected_device_count, :registered_device_count) SENSITIVE = [] include Aws::Structure end  |