@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DriftCheckBias extends Object implements Serializable, Cloneable, StructuredPojo
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
Constructor and Description |
---|
DriftCheckBias() |
Modifier and Type | Method and Description |
---|---|
DriftCheckBias |
clone() |
boolean |
equals(Object obj) |
FileSource |
getConfigFile()
The bias config file for a model.
|
MetricsSource |
getPostTrainingConstraints() |
MetricsSource |
getPreTrainingConstraints() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigFile(FileSource configFile)
The bias config file for a model.
|
void |
setPostTrainingConstraints(MetricsSource postTrainingConstraints) |
void |
setPreTrainingConstraints(MetricsSource preTrainingConstraints) |
String |
toString()
Returns a string representation of this object.
|
DriftCheckBias |
withConfigFile(FileSource configFile)
The bias config file for a model.
|
DriftCheckBias |
withPostTrainingConstraints(MetricsSource postTrainingConstraints) |
DriftCheckBias |
withPreTrainingConstraints(MetricsSource preTrainingConstraints) |
public void setConfigFile(FileSource configFile)
The bias config file for a model.
configFile
- The bias config file for a model.public FileSource getConfigFile()
The bias config file for a model.
public DriftCheckBias withConfigFile(FileSource configFile)
The bias config file for a model.
configFile
- The bias config file for a model.public void setPreTrainingConstraints(MetricsSource preTrainingConstraints)
preTrainingConstraints
- public MetricsSource getPreTrainingConstraints()
public DriftCheckBias withPreTrainingConstraints(MetricsSource preTrainingConstraints)
preTrainingConstraints
- public void setPostTrainingConstraints(MetricsSource postTrainingConstraints)
postTrainingConstraints
- public MetricsSource getPostTrainingConstraints()
public DriftCheckBias withPostTrainingConstraints(MetricsSource postTrainingConstraints)
postTrainingConstraints
- public String toString()
toString
in class Object
Object.toString()
public DriftCheckBias clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.