@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()
The drift check model data quality constraints.
|
MetricsSource |
getStatistics()
The drift check model data quality statistics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstraints(MetricsSource constraints)
The drift check model data quality constraints.
|
void |
setStatistics(MetricsSource statistics)
The drift check model data quality statistics.
|
String |
toString()
Returns a string representation of this object.
|
DriftCheckModelDataQuality |
withConstraints(MetricsSource constraints)
The drift check model data quality constraints.
|
DriftCheckModelDataQuality |
withStatistics(MetricsSource statistics)
The drift check model data quality statistics.
|
public void setStatistics(MetricsSource statistics)
The drift check model data quality statistics.
statistics
- The drift check model data quality statistics.public MetricsSource getStatistics()
The drift check model data quality statistics.
public DriftCheckModelDataQuality withStatistics(MetricsSource statistics)
The drift check model data quality statistics.
statistics
- The drift check model data quality statistics.public void setConstraints(MetricsSource constraints)
The drift check model data quality constraints.
constraints
- The drift check model data quality constraints.public MetricsSource getConstraints()
The drift check model data quality constraints.
public DriftCheckModelDataQuality withConstraints(MetricsSource constraints)
The drift check model data quality constraints.
constraints
- The drift check model data quality 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.