Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GpuDeviceInfo |
GpuDeviceInfo.clone() |
GpuDeviceInfo |
GpuDeviceInfo.withCount(Integer count)
The number of GPUs for the instance type.
|
GpuDeviceInfo |
GpuDeviceInfo.withManufacturer(String manufacturer)
The manufacturer of the GPU accelerator.
|
GpuDeviceInfo |
GpuDeviceInfo.withMemoryInfo(GpuDeviceMemoryInfo memoryInfo)
Describes the memory available to the GPU accelerator.
|
GpuDeviceInfo |
GpuDeviceInfo.withName(String name)
The name of the GPU accelerator.
|
Modifier and Type | Method and Description |
---|---|
List<GpuDeviceInfo> |
GpuInfo.getGpus()
Describes the GPU accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
GpuInfo |
GpuInfo.withGpus(GpuDeviceInfo... gpus)
Describes the GPU accelerators for the instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
GpuInfo.setGpus(Collection<GpuDeviceInfo> gpus)
Describes the GPU accelerators for the instance type.
|
GpuInfo |
GpuInfo.withGpus(Collection<GpuDeviceInfo> gpus)
Describes the GPU accelerators for the instance type.
|
Copyright © 2021. All rights reserved.