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