| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticinference.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AcceleratorType.Builder> |
AcceleratorType.serializableBuilderClass() |
Copyright © 2023. All rights reserved.