Class: Aws::SageMaker::Types::EdgeModelStat
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EdgeModelStat
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Status of edge devices with this model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #active_device_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of devices that have this model version, a heart beat, and are currently running.
 - 
  
    
      #connected_device_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of devices that have this model version and have a heart beat.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model.
 - 
  
    
      #model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The model version.
 - 
  
    
      #offline_device_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of devices that have this model version and do not have a heart beat.
 - 
  
    
      #sampling_device_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of devices with this model version and are producing sample data.
 
Instance Attribute Details
#active_device_count ⇒ Integer
The number of devices that have this model version, a heart beat, and are currently running.
      20523 20524 20525 20526 20527 20528 20529 20530 20531 20532  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20523 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end  | 
  
#connected_device_count ⇒ Integer
The number of devices that have this model version and have a heart beat.
      20523 20524 20525 20526 20527 20528 20529 20530 20531 20532  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20523 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name of the model.
      20523 20524 20525 20526 20527 20528 20529 20530 20531 20532  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20523 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end  | 
  
#model_version ⇒ String
The model version.
      20523 20524 20525 20526 20527 20528 20529 20530 20531 20532  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20523 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end  | 
  
#offline_device_count ⇒ Integer
The number of devices that have this model version and do not have a heart beat.
      20523 20524 20525 20526 20527 20528 20529 20530 20531 20532  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20523 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end  | 
  
#sampling_device_count ⇒ Integer
The number of devices with this model version and are producing sample data.
      20523 20524 20525 20526 20527 20528 20529 20530 20531 20532  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20523 class EdgeModelStat < Struct.new( :model_name, :model_version, :offline_device_count, :connected_device_count, :active_device_count, :sampling_device_count) SENSITIVE = [] include Aws::Structure end  |