Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GpuInfo |
GpuInfo.clone() |
GpuInfo |
InstanceTypeInfo.getGpuInfo()
Describes the GPU accelerator settings for the instance type.
|
GpuInfo |
GpuInfo.withGpus(Collection<GpuDeviceInfo> gpus)
Describes the GPU accelerators for the instance type.
|
GpuInfo |
GpuInfo.withGpus(GpuDeviceInfo... gpus)
Describes the GPU accelerators for the instance type.
|
GpuInfo |
GpuInfo.withTotalGpuMemoryInMiB(Integer totalGpuMemoryInMiB)
The total size of the memory for the GPU accelerators for the instance type, in MiB.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setGpuInfo(GpuInfo gpuInfo)
Describes the GPU accelerator settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withGpuInfo(GpuInfo gpuInfo)
Describes the GPU accelerator settings for the instance type.
|
Copyright © 2021. All rights reserved.