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