@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NeuronDeviceInfo extends Object implements Serializable, Cloneable
Describes the neuron accelerators for the instance type.
Constructor and Description |
---|
NeuronDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
NeuronDeviceInfo |
clone() |
boolean |
equals(Object obj) |
NeuronDeviceCoreInfo |
getCoreInfo()
Describes the cores available to each neuron accelerator.
|
Integer |
getCount()
The number of neuron accelerators for the instance type.
|
NeuronDeviceMemoryInfo |
getMemoryInfo()
Describes the memory available to each neuron accelerator.
|
String |
getName()
The name of the neuron accelerator.
|
int |
hashCode() |
void |
setCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
|
void |
setCount(Integer count)
The number of neuron accelerators for the instance type.
|
void |
setMemoryInfo(NeuronDeviceMemoryInfo memoryInfo)
Describes the memory available to each neuron accelerator.
|
void |
setName(String name)
The name of the neuron accelerator.
|
String |
toString()
Returns a string representation of this object.
|
NeuronDeviceInfo |
withCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
|
NeuronDeviceInfo |
withCount(Integer count)
The number of neuron accelerators for the instance type.
|
NeuronDeviceInfo |
withMemoryInfo(NeuronDeviceMemoryInfo memoryInfo)
Describes the memory available to each neuron accelerator.
|
NeuronDeviceInfo |
withName(String name)
The name of the neuron accelerator.
|
public void setCount(Integer count)
The number of neuron accelerators for the instance type.
count
- The number of neuron accelerators for the instance type.public Integer getCount()
The number of neuron accelerators for the instance type.
public NeuronDeviceInfo withCount(Integer count)
The number of neuron accelerators for the instance type.
count
- The number of neuron accelerators for the instance type.public void setName(String name)
The name of the neuron accelerator.
name
- The name of the neuron accelerator.public String getName()
The name of the neuron accelerator.
public NeuronDeviceInfo withName(String name)
The name of the neuron accelerator.
name
- The name of the neuron accelerator.public void setCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
coreInfo
- Describes the cores available to each neuron accelerator.public NeuronDeviceCoreInfo getCoreInfo()
Describes the cores available to each neuron accelerator.
public NeuronDeviceInfo withCoreInfo(NeuronDeviceCoreInfo coreInfo)
Describes the cores available to each neuron accelerator.
coreInfo
- Describes the cores available to each neuron accelerator.public void setMemoryInfo(NeuronDeviceMemoryInfo memoryInfo)
Describes the memory available to each neuron accelerator.
memoryInfo
- Describes the memory available to each neuron accelerator.public NeuronDeviceMemoryInfo getMemoryInfo()
Describes the memory available to each neuron accelerator.
public NeuronDeviceInfo withMemoryInfo(NeuronDeviceMemoryInfo memoryInfo)
Describes the memory available to each neuron accelerator.
memoryInfo
- Describes the memory available to each neuron accelerator.public String toString()
toString
in class Object
Object.toString()
public NeuronDeviceInfo clone()