@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.