@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NeuronDeviceCoreInfo extends Object implements Serializable, Cloneable
Describes the cores available to the neuron accelerator.
Constructor and Description |
---|
NeuronDeviceCoreInfo() |
Modifier and Type | Method and Description |
---|---|
NeuronDeviceCoreInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of cores available to the neuron accelerator.
|
Integer |
getVersion()
The version of the neuron accelerator.
|
int |
hashCode() |
void |
setCount(Integer count)
The number of cores available to the neuron accelerator.
|
void |
setVersion(Integer version)
The version of the neuron accelerator.
|
String |
toString()
Returns a string representation of this object.
|
NeuronDeviceCoreInfo |
withCount(Integer count)
The number of cores available to the neuron accelerator.
|
NeuronDeviceCoreInfo |
withVersion(Integer version)
The version of the neuron accelerator.
|
public void setCount(Integer count)
The number of cores available to the neuron accelerator.
count
- The number of cores available to the neuron accelerator.public Integer getCount()
The number of cores available to the neuron accelerator.
public NeuronDeviceCoreInfo withCount(Integer count)
The number of cores available to the neuron accelerator.
count
- The number of cores available to the neuron accelerator.public void setVersion(Integer version)
The version of the neuron accelerator.
version
- The version of the neuron accelerator.public Integer getVersion()
The version of the neuron accelerator.
public NeuronDeviceCoreInfo withVersion(Integer version)
The version of the neuron accelerator.
version
- The version of the neuron accelerator.public String toString()
toString
in class Object
Object.toString()
public NeuronDeviceCoreInfo clone()