KeyValuePair

A throughput entry for an Elastic Inference Accelerator type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String?

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.

Link copied to clipboard
val value: Int

The throughput value of the Elastic Inference Accelerator type.

Functions

Link copied to clipboard
inline fun copy(block: KeyValuePair.Builder.() -> Unit = {}): KeyValuePair
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String