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