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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


267
268
269
270
271
272
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 267

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

#versionString

Version of the agent.

Returns:

  • (String)


267
268
269
270
271
272
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 267

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