Class: Aws::EC2::Types::InferenceDeviceInfo

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

Overview

<note markdown=“1”> Amazon Elastic Inference is no longer available.

</note>

Describes the Inference accelerators for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of Inference accelerators for the instance type.

Returns:

  • (Integer)


41705
41706
41707
41708
41709
41710
41711
41712
# File 'lib/aws-sdk-ec2/types.rb', line 41705

class InferenceDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturerString

The manufacturer of the Inference accelerator.

Returns:

  • (String)


41705
41706
41707
41708
41709
41710
41711
41712
# File 'lib/aws-sdk-ec2/types.rb', line 41705

class InferenceDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#memory_infoTypes::InferenceDeviceMemoryInfo

Describes the memory available to the inference accelerator.



41705
41706
41707
41708
41709
41710
41711
41712
# File 'lib/aws-sdk-ec2/types.rb', line 41705

class InferenceDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Inference accelerator.

Returns:

  • (String)


41705
41706
41707
41708
41709
41710
41711
41712
# File 'lib/aws-sdk-ec2/types.rb', line 41705

class InferenceDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end