Class: Aws::SageMaker::Types::AgentVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AgentVersion
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Edge Manager agent version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of Edge Manager agents.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of the agent.
 
Instance Attribute Details
#agent_count ⇒ Integer
The number of Edge Manager agents.
      293 294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 293 class AgentVersion < Struct.new( :version, :agent_count) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
Version of the agent.
      293 294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 293 class AgentVersion < Struct.new( :version, :agent_count) SENSITIVE = [] include Aws::Structure end  |