@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public CandidateProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.