Describe Accelerator Types
elasticinference_describe_accelerator_types | R Documentation |
Amazon Elastic Inference is no longer available¶
Description¶
Amazon Elastic Inference is no longer available.
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
Usage¶
Value¶
A list with the following syntax:
list(
acceleratorTypes = list(
list(
acceleratorTypeName = "string",
memoryInfo = list(
sizeInMiB = 123
),
throughputInfo = list(
list(
key = "string",
value = 123
)
)
)
)
)