@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealTimeInferenceConfig extends Object implements Serializable, Cloneable, StructuredPojo
The infrastructure configuration for deploying the model to real-time inference.
| Constructor and Description |
|---|
RealTimeInferenceConfig() |
| Modifier and Type | Method and Description |
|---|---|
RealTimeInferenceConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getInstanceCount()
The instance type the model is deployed to.
|
String |
getInstanceType()
The number of instances of the type specified by
InstanceType. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInstanceCount(Integer instanceCount)
The instance type the model is deployed to.
|
void |
setInstanceType(String instanceType)
The number of instances of the type specified by
InstanceType. |
String |
toString()
Returns a string representation of this object.
|
RealTimeInferenceConfig |
withInstanceCount(Integer instanceCount)
The instance type the model is deployed to.
|
RealTimeInferenceConfig |
withInstanceType(InstanceType instanceType)
The number of instances of the type specified by
InstanceType. |
RealTimeInferenceConfig |
withInstanceType(String instanceType)
The number of instances of the type specified by
InstanceType. |
public void setInstanceType(String instanceType)
The number of instances of the type specified by InstanceType.
instanceType - The number of instances of the type specified by InstanceType.InstanceTypepublic String getInstanceType()
The number of instances of the type specified by InstanceType.
InstanceType.InstanceTypepublic RealTimeInferenceConfig withInstanceType(String instanceType)
The number of instances of the type specified by InstanceType.
instanceType - The number of instances of the type specified by InstanceType.InstanceTypepublic RealTimeInferenceConfig withInstanceType(InstanceType instanceType)
The number of instances of the type specified by InstanceType.
instanceType - The number of instances of the type specified by InstanceType.InstanceTypepublic void setInstanceCount(Integer instanceCount)
The instance type the model is deployed to.
instanceCount - The instance type the model is deployed to.public Integer getInstanceCount()
The instance type the model is deployed to.
public RealTimeInferenceConfig withInstanceCount(Integer instanceCount)
The instance type the model is deployed to.
instanceCount - The instance type the model is deployed to.public String toString()
toString in class ObjectObject.toString()public RealTimeInferenceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.