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