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