@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelDeployConfig extends Object implements Serializable, Cloneable, StructuredPojo
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
| Constructor and Description | 
|---|
| ModelDeployConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelDeployConfig | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getAutoGenerateEndpointName()
 Set to  Trueto automatically generate an endpoint name for a one-click Autopilot model deployment;
 set toFalseotherwise. | 
| String | getEndpointName()
 Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
 generated automatically. | 
| int | hashCode() | 
| Boolean | isAutoGenerateEndpointName()
 Set to  Trueto automatically generate an endpoint name for a one-click Autopilot model deployment;
 set toFalseotherwise. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAutoGenerateEndpointName(Boolean autoGenerateEndpointName)
 Set to  Trueto automatically generate an endpoint name for a one-click Autopilot model deployment;
 set toFalseotherwise. | 
| void | setEndpointName(String endpointName)
 Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
 generated automatically. | 
| String | toString()Returns a string representation of this object. | 
| ModelDeployConfig | withAutoGenerateEndpointName(Boolean autoGenerateEndpointName)
 Set to  Trueto automatically generate an endpoint name for a one-click Autopilot model deployment;
 set toFalseotherwise. | 
| ModelDeployConfig | withEndpointName(String endpointName)
 Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
 generated automatically. | 
public void setAutoGenerateEndpointName(Boolean autoGenerateEndpointName)
 Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment;
 set to False otherwise. The default value is False.
 
 If you set AutoGenerateEndpointName to True, do not specify the
 EndpointName; otherwise a 400 error is thrown.
 
autoGenerateEndpointName - Set to True to automatically generate an endpoint name for a one-click Autopilot model
        deployment; set to False otherwise. The default value is False. 
        If you set AutoGenerateEndpointName to True, do not specify the
        EndpointName; otherwise a 400 error is thrown.
        
public Boolean getAutoGenerateEndpointName()
 Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment;
 set to False otherwise. The default value is False.
 
 If you set AutoGenerateEndpointName to True, do not specify the
 EndpointName; otherwise a 400 error is thrown.
 
True to automatically generate an endpoint name for a one-click Autopilot model
         deployment; set to False otherwise. The default value is False. 
         If you set AutoGenerateEndpointName to True, do not specify the
         EndpointName; otherwise a 400 error is thrown.
         
public ModelDeployConfig withAutoGenerateEndpointName(Boolean autoGenerateEndpointName)
 Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment;
 set to False otherwise. The default value is False.
 
 If you set AutoGenerateEndpointName to True, do not specify the
 EndpointName; otherwise a 400 error is thrown.
 
autoGenerateEndpointName - Set to True to automatically generate an endpoint name for a one-click Autopilot model
        deployment; set to False otherwise. The default value is False. 
        If you set AutoGenerateEndpointName to True, do not specify the
        EndpointName; otherwise a 400 error is thrown.
        
public Boolean isAutoGenerateEndpointName()
 Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment;
 set to False otherwise. The default value is False.
 
 If you set AutoGenerateEndpointName to True, do not specify the
 EndpointName; otherwise a 400 error is thrown.
 
True to automatically generate an endpoint name for a one-click Autopilot model
         deployment; set to False otherwise. The default value is False. 
         If you set AutoGenerateEndpointName to True, do not specify the
         EndpointName; otherwise a 400 error is thrown.
         
public void setEndpointName(String endpointName)
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
 Specify the EndpointName if and only if you set AutoGenerateEndpointName to
 False; otherwise a 400 error is thrown.
 
endpointName - Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
        generated automatically. 
        Specify the EndpointName if and only if you set AutoGenerateEndpointName to
        False; otherwise a 400 error is thrown.
        
public String getEndpointName()
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
 Specify the EndpointName if and only if you set AutoGenerateEndpointName to
 False; otherwise a 400 error is thrown.
 
         Specify the EndpointName if and only if you set AutoGenerateEndpointName to
         False; otherwise a 400 error is thrown.
         
public ModelDeployConfig withEndpointName(String endpointName)
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
 Specify the EndpointName if and only if you set AutoGenerateEndpointName to
 False; otherwise a 400 error is thrown.
 
endpointName - Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
        generated automatically. 
        Specify the EndpointName if and only if you set AutoGenerateEndpointName to
        False; otherwise a 400 error is thrown.
        
public String toString()
toString in class ObjectObject.toString()public ModelDeployConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.