@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Bias extends Object implements Serializable, Cloneable, StructuredPojo
Contains bias metrics for a model.
| Constructor and Description |
|---|
Bias() |
| Modifier and Type | Method and Description |
|---|---|
Bias |
clone() |
boolean |
equals(Object obj) |
MetricsSource |
getReport()
The bias report for a model
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReport(MetricsSource report)
The bias report for a model
|
String |
toString()
Returns a string representation of this object.
|
Bias |
withReport(MetricsSource report)
The bias report for a model
|
public void setReport(MetricsSource report)
The bias report for a model
report - The bias report for a modelpublic MetricsSource getReport()
The bias report for a model
public Bias withReport(MetricsSource report)
The bias report for a model
report - The bias report for a modelpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.