You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticInference::Types::KeyValuePair

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A throughput entry for an Elastic Inference Accelerator type.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The throughput value of the Elastic Inference Accelerator type. It can assume the following values: TFLOPS16bit: the throughput expressed in 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit TeraFLOPS.

Returns:

  • (String)

    The throughput value of the Elastic Inference Accelerator type.

#valueInteger

The throughput value of the Elastic Inference Accelerator type.

Returns:

  • (Integer)

    The throughput value of the Elastic Inference Accelerator type.