AcceleratorType.Builder |
AcceleratorType.Builder.acceleratorTypeName(String acceleratorTypeName) |
The name of the Elastic Inference Accelerator type.
|
static AcceleratorType.Builder |
AcceleratorType.builder() |
|
default AcceleratorType.Builder |
AcceleratorType.Builder.memoryInfo(Consumer<MemoryInfo.Builder> memoryInfo) |
The memory information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
AcceleratorType.Builder.memoryInfo(MemoryInfo memoryInfo) |
The memory information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
AcceleratorType.Builder.throughputInfo(Collection<KeyValuePair> throughputInfo) |
The throughput information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
AcceleratorType.Builder.throughputInfo(Consumer<KeyValuePair.Builder>... throughputInfo) |
The throughput information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
AcceleratorType.Builder.throughputInfo(KeyValuePair... throughputInfo) |
The throughput information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
AcceleratorType.toBuilder() |
|