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

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

Overview

Amazon Elastic Inference is no longer available.

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)


45330
45331
45332
45333
45334
45335
45336
45337
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45330

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

#manufacturerString

The manufacturer of the Inference accelerator.

Returns:

  • (String)


45330
45331
45332
45333
45334
45335
45336
45337
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45330

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.



45330
45331
45332
45333
45334
45335
45336
45337
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45330

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

#nameString

The name of the Inference accelerator.

Returns:

  • (String)


45330
45331
45332
45333
45334
45335
45336
45337
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45330

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