@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Explainability extends Object implements Serializable, Cloneable, StructuredPojo
Contains explainability metrics for a model.
Constructor and Description |
---|
Explainability() |
Modifier and Type | Method and Description |
---|---|
Explainability |
clone() |
boolean |
equals(Object obj) |
MetricsSource |
getReport()
The explainability report for a model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReport(MetricsSource report)
The explainability report for a model.
|
String |
toString()
Returns a string representation of this object.
|
Explainability |
withReport(MetricsSource report)
The explainability report for a model.
|
public void setReport(MetricsSource report)
The explainability report for a model.
report
- The explainability report for a model.public MetricsSource getReport()
The explainability report for a model.
public Explainability withReport(MetricsSource report)
The explainability report for a model.
report
- The explainability report for a model.public String toString()
toString
in class Object
Object.toString()
public Explainability clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.