Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GpuDeviceMemoryInfo |
GpuDeviceMemoryInfo.clone() |
GpuDeviceMemoryInfo |
GpuDeviceInfo.getMemoryInfo()
Describes the memory available to the GPU accelerator.
|
GpuDeviceMemoryInfo |
GpuDeviceMemoryInfo.withSizeInMiB(Integer sizeInMiB)
The size of the memory available to the GPU accelerator, in MiB.
|
Modifier and Type | Method and Description |
---|---|
void |
GpuDeviceInfo.setMemoryInfo(GpuDeviceMemoryInfo memoryInfo)
Describes the memory available to the GPU accelerator.
|
GpuDeviceInfo |
GpuDeviceInfo.withMemoryInfo(GpuDeviceMemoryInfo memoryInfo)
Describes the memory available to the GPU accelerator.
|
Copyright © 2023. All rights reserved.