@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NeuronDeviceMemoryInfo extends Object implements Serializable, Cloneable
Describes the memory available to the neuron accelerator.
Constructor and Description |
---|
NeuronDeviceMemoryInfo() |
Modifier and Type | Method and Description |
---|---|
NeuronDeviceMemoryInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getSizeInMiB()
The size of the memory available to the neuron accelerator, in MiB.
|
int |
hashCode() |
void |
setSizeInMiB(Integer sizeInMiB)
The size of the memory available to the neuron accelerator, in MiB.
|
String |
toString()
Returns a string representation of this object.
|
NeuronDeviceMemoryInfo |
withSizeInMiB(Integer sizeInMiB)
The size of the memory available to the neuron accelerator, in MiB.
|
public void setSizeInMiB(Integer sizeInMiB)
The size of the memory available to the neuron accelerator, in MiB.
sizeInMiB
- The size of the memory available to the neuron accelerator, in MiB.public Integer getSizeInMiB()
The size of the memory available to the neuron accelerator, in MiB.
public NeuronDeviceMemoryInfo withSizeInMiB(Integer sizeInMiB)
The size of the memory available to the neuron accelerator, in MiB.
sizeInMiB
- The size of the memory available to the neuron accelerator, in MiB.public String toString()
toString
in class Object
Object.toString()
public NeuronDeviceMemoryInfo clone()