Class: Aws::SageMaker::Types::AgentVersion

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Edge Manager agent version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_countInteger

The number of Edge Manager agents.

Returns:

  • (Integer)


238
239
240
241
242
243
# File 'lib/aws-sdk-sagemaker/types.rb', line 238

class AgentVersion < Struct.new(
  :version,
  :agent_count)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Version of the agent.

Returns:

  • (String)


238
239
240
241
242
243
# File 'lib/aws-sdk-sagemaker/types.rb', line 238

class AgentVersion < Struct.new(
  :version,
  :agent_count)
  SENSITIVE = []
  include Aws::Structure
end