@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 |
getPostTrainingReport() |
MetricsSource |
getPreTrainingReport() |
MetricsSource |
getReport()
The bias report for a model
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPostTrainingReport(MetricsSource postTrainingReport) |
void |
setPreTrainingReport(MetricsSource preTrainingReport) |
void |
setReport(MetricsSource report)
The bias report for a model
|
String |
toString()
Returns a string representation of this object.
|
Bias |
withPostTrainingReport(MetricsSource postTrainingReport) |
Bias |
withPreTrainingReport(MetricsSource preTrainingReport) |
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 void setPreTrainingReport(MetricsSource preTrainingReport)
preTrainingReport
- public MetricsSource getPreTrainingReport()
public Bias withPreTrainingReport(MetricsSource preTrainingReport)
preTrainingReport
- public void setPostTrainingReport(MetricsSource postTrainingReport)
postTrainingReport
- public MetricsSource getPostTrainingReport()
public Bias withPostTrainingReport(MetricsSource postTrainingReport)
postTrainingReport
- public 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.