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