AcceleratorType class

The details of an Elastic Inference Accelerator type.

Constructors

AcceleratorType({String? acceleratorTypeName, MemoryInfo? memoryInfo, List<KeyValuePair>? throughputInfo})
AcceleratorType.fromJson(Map<String, dynamic> json)
factory

Properties

acceleratorTypeName String?
The name of the Elastic Inference Accelerator type.
final
hashCode int
The hash code for this object.
no setterinherited
memoryInfo MemoryInfo?
The memory information of the Elastic Inference Accelerator type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throughputInfo List<KeyValuePair>?
The throughput information of the Elastic Inference Accelerator type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited