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