@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CandidateProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties of an AutoML candidate job.
| Constructor and Description |
|---|
CandidateProperties() |
| Modifier and Type | Method and Description |
|---|---|
CandidateProperties |
clone() |
boolean |
equals(Object obj) |
CandidateArtifactLocations |
getCandidateArtifactLocations()
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
String |
toString()
Returns a string representation of this object.
|
CandidateProperties |
withCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
|
public void setCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
candidateArtifactLocations - The Amazon S3 prefix to the artifacts generated for an AutoML candidate.public CandidateArtifactLocations getCandidateArtifactLocations()
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
public CandidateProperties withCandidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
candidateArtifactLocations - The Amazon S3 prefix to the artifacts generated for an AutoML candidate.public String toString()
toString in class ObjectObject.toString()public CandidateProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.