@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 Object
Object.toString()
public DriftCheckModelDataQuality clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.