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