@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings used for a job.
Constructor and Description |
---|
AutoMLJobConfig() |
Modifier and Type | Method and Description |
---|---|
AutoMLJobConfig |
clone() |
boolean |
equals(Object obj) |
AutoMLJobCompletionCriteria |
getCompletionCriteria()
How long a job is allowed to run, or how many candidates a job is allowed to generate.
|
AutoMLSecurityConfig |
getSecurityConfig()
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 a job is allowed to run, or how many candidates a job is allowed to generate.
|
void |
setSecurityConfig(AutoMLSecurityConfig securityConfig)
Security configuration for traffic encryption or Amazon VPC settings.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLJobConfig |
withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long a job is allowed to run, or how many candidates a job is allowed to generate.
|
AutoMLJobConfig |
withSecurityConfig(AutoMLSecurityConfig securityConfig)
Security configuration for traffic encryption or Amazon VPC settings.
|
public void setCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long a job is allowed to run, or how many candidates a job is allowed to generate.
completionCriteria
- How long a job is allowed to run, or how many candidates a job is allowed to generate.public AutoMLJobCompletionCriteria getCompletionCriteria()
How long a job is allowed to run, or how many candidates a job is allowed to generate.
public AutoMLJobConfig withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long a job is allowed to run, or how many candidates a job is allowed to generate.
completionCriteria
- How long a job is allowed to run, or how many candidates a job is allowed to generate.public void setSecurityConfig(AutoMLSecurityConfig securityConfig)
Security configuration for traffic encryption or Amazon VPC settings.
securityConfig
- Security configuration for traffic encryption or Amazon VPC settings.public AutoMLSecurityConfig getSecurityConfig()
Security configuration for traffic encryption or Amazon VPC settings.
public AutoMLJobConfig withSecurityConfig(AutoMLSecurityConfig securityConfig)
Security configuration for traffic encryption or Amazon VPC settings.
securityConfig
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.