@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelInfrastructureConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the infrastructure that the model will be deployed to.
| Constructor and Description | 
|---|
ModelInfrastructureConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModelInfrastructureConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getInfrastructureType()
 The inference option to which to deploy your model. 
 | 
RealTimeInferenceConfig | 
getRealTimeInferenceConfig()
 The infrastructure configuration for deploying the model to real-time inference. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setInfrastructureType(String infrastructureType)
 The inference option to which to deploy your model. 
 | 
void | 
setRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
 The infrastructure configuration for deploying the model to real-time inference. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModelInfrastructureConfig | 
withInfrastructureType(ModelInfrastructureType infrastructureType)
 The inference option to which to deploy your model. 
 | 
ModelInfrastructureConfig | 
withInfrastructureType(String infrastructureType)
 The inference option to which to deploy your model. 
 | 
ModelInfrastructureConfig | 
withRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
 The infrastructure configuration for deploying the model to real-time inference. 
 | 
public void setInfrastructureType(String infrastructureType)
The inference option to which to deploy your model. Possible values are the following:
 RealTime: Deploy to real-time inference.
 
infrastructureType - The inference option to which to deploy your model. Possible values are the following:
        
        RealTime: Deploy to real-time inference.
        
ModelInfrastructureTypepublic String getInfrastructureType()
The inference option to which to deploy your model. Possible values are the following:
 RealTime: Deploy to real-time inference.
 
         RealTime: Deploy to real-time inference.
         
ModelInfrastructureTypepublic ModelInfrastructureConfig withInfrastructureType(String infrastructureType)
The inference option to which to deploy your model. Possible values are the following:
 RealTime: Deploy to real-time inference.
 
infrastructureType - The inference option to which to deploy your model. Possible values are the following:
        
        RealTime: Deploy to real-time inference.
        
ModelInfrastructureTypepublic ModelInfrastructureConfig withInfrastructureType(ModelInfrastructureType infrastructureType)
The inference option to which to deploy your model. Possible values are the following:
 RealTime: Deploy to real-time inference.
 
infrastructureType - The inference option to which to deploy your model. Possible values are the following:
        
        RealTime: Deploy to real-time inference.
        
ModelInfrastructureTypepublic void setRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
realTimeInferenceConfig - The infrastructure configuration for deploying the model to real-time inference.public RealTimeInferenceConfig getRealTimeInferenceConfig()
The infrastructure configuration for deploying the model to real-time inference.
public ModelInfrastructureConfig withRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
realTimeInferenceConfig - The infrastructure configuration for deploying the model to real-time inference.public String toString()
toString in class ObjectObject.toString()public ModelInfrastructureConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.