@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageClassificationJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
The collection of settings used by an AutoML job V2 for the image classification problem type.
| Constructor and Description | 
|---|
| ImageClassificationJobConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImageClassificationJobConfig | 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. | 
| 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. | 
| String | toString()Returns a string representation of this object. | 
| ImageClassificationJobConfig | withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
 How long a job is allowed to run, or how many candidates a job is allowed to generate. | 
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 ImageClassificationJobConfig 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 String toString()
toString in class ObjectObject.toString()public ImageClassificationJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.