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