@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()
The drift check explainability constraints.
|
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)
The drift check explainability 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)
The drift check explainability constraints.
|
public void setConstraints(MetricsSource constraints)
The drift check explainability constraints.
constraints
- The drift check explainability constraints.public MetricsSource getConstraints()
The drift check explainability constraints.
public DriftCheckExplainability withConstraints(MetricsSource constraints)
The drift check explainability constraints.
constraints
- The drift check explainability 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.