@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CandidateArtifactLocations extends Object implements Serializable, Cloneable, StructuredPojo
The 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 Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExplainability(String explainability)
The Amazon 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 Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
public void setExplainability(String explainability)
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.public String getExplainability()
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
public CandidateArtifactLocations withExplainability(String explainability)
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
explainability - The Amazon 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 © 2022. All rights reserved.