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)


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

#versionString

Version of the agent.

Returns:

  • (String)


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