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.
288 289 290 291 292 293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 288 class AgentVersion < Struct.new( :version, :agent_count) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Version of the agent.
288 289 290 291 292 293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 288 class AgentVersion < Struct.new( :version, :agent_count) SENSITIVE = [] include Aws::Structure end |