@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings used for an AutoML job.
Constructor and Description |
---|
AutoMLJobConfig() |
Modifier and Type | Method and Description |
---|---|
AutoMLJobConfig |
clone() |
boolean |
equals(Object obj) |
AutoMLJobCompletionCriteria |
getCompletionCriteria()
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
|
AutoMLSecurityConfig |
getSecurityConfig()
The security configuration for traffic encryption or Amazon VPC settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
|
void |
setSecurityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLJobConfig |
withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
|
AutoMLJobConfig |
withSecurityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
|
public void setCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
completionCriteria
- How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.public AutoMLJobCompletionCriteria getCompletionCriteria()
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
public AutoMLJobConfig withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.
completionCriteria
- How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.public void setSecurityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
securityConfig
- The security configuration for traffic encryption or Amazon VPC settings.public AutoMLSecurityConfig getSecurityConfig()
The security configuration for traffic encryption or Amazon VPC settings.
public AutoMLJobConfig withSecurityConfig(AutoMLSecurityConfig securityConfig)
The security configuration for traffic encryption or Amazon VPC settings.
securityConfig
- The security configuration for traffic encryption or Amazon VPC settings.public String toString()
toString
in class Object
Object.toString()
public AutoMLJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.