@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceDeviceInfo extends Object implements Serializable, Cloneable
Describes the Inference accelerators for the instance type.
Constructor and Description |
---|
InferenceDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
InferenceDeviceInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of Inference accelerators for the instance type.
|
String |
getManufacturer()
The manufacturer of the Inference accelerator.
|
String |
getName()
The name of the Inference accelerator.
|
int |
hashCode() |
void |
setCount(Integer count)
The number of Inference accelerators for the instance type.
|
void |
setManufacturer(String manufacturer)
The manufacturer of the Inference accelerator.
|
void |
setName(String name)
The name of the Inference accelerator.
|
String |
toString()
Returns a string representation of this object.
|
InferenceDeviceInfo |
withCount(Integer count)
The number of Inference accelerators for the instance type.
|
InferenceDeviceInfo |
withManufacturer(String manufacturer)
The manufacturer of the Inference accelerator.
|
InferenceDeviceInfo |
withName(String name)
The name of the Inference accelerator.
|
public void setCount(Integer count)
The number of Inference accelerators for the instance type.
count
- The number of Inference accelerators for the instance type.public Integer getCount()
The number of Inference accelerators for the instance type.
public InferenceDeviceInfo withCount(Integer count)
The number of Inference accelerators for the instance type.
count
- The number of Inference accelerators for the instance type.public void setName(String name)
The name of the Inference accelerator.
name
- The name of the Inference accelerator.public String getName()
The name of the Inference accelerator.
public InferenceDeviceInfo withName(String name)
The name of the Inference accelerator.
name
- The name of the Inference accelerator.public void setManufacturer(String manufacturer)
The manufacturer of the Inference accelerator.
manufacturer
- The manufacturer of the Inference accelerator.public String getManufacturer()
The manufacturer of the Inference accelerator.
public InferenceDeviceInfo withManufacturer(String manufacturer)
The manufacturer of the Inference accelerator.
manufacturer
- The manufacturer of the Inference accelerator.public String toString()
toString
in class Object
Object.toString()
public InferenceDeviceInfo clone()