| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Gpu |
Gpu.clone() |
Gpu |
Gpu.withGpuCount(Integer gpuCount)
The number of GPUs for the instance type.
|
Gpu |
Gpu.withGpuMemorySizeInMiB(Integer gpuMemorySizeInMiB)
The total size of the memory for the GPU accelerators for the instance type, in MiB.
|
| Modifier and Type | Method and Description |
|---|---|
List<Gpu> |
GpuInfo.getGpus()
Describes the GPU accelerators for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
GpuInfo |
GpuInfo.withGpus(Gpu... gpus)
Describes the GPU accelerators for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpuInfo.setGpus(Collection<Gpu> gpus)
Describes the GPU accelerators for the instance type.
|
GpuInfo |
GpuInfo.withGpus(Collection<Gpu> gpus)
Describes the GPU accelerators for the instance type.
|
Copyright © 2024. All rights reserved.