@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageClassificationJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
Stores the configuration information for the image classification problem of an AutoML job V2.
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 Object
Object.toString()
public ImageClassificationJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.