@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()
The drift check model quality constraints.
|
MetricsSource |
getStatistics()
The drift check model quality statistics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstraints(MetricsSource constraints)
The drift check model quality constraints.
|
void |
setStatistics(MetricsSource statistics)
The drift check model quality statistics.
|
String |
toString()
Returns a string representation of this object.
|
DriftCheckModelQuality |
withConstraints(MetricsSource constraints)
The drift check model quality constraints.
|
DriftCheckModelQuality |
withStatistics(MetricsSource statistics)
The drift check model quality statistics.
|
public void setStatistics(MetricsSource statistics)
The drift check model quality statistics.
statistics
- The drift check model quality statistics.public MetricsSource getStatistics()
The drift check model quality statistics.
public DriftCheckModelQuality withStatistics(MetricsSource statistics)
The drift check model quality statistics.
statistics
- The drift check model quality statistics.public void setConstraints(MetricsSource constraints)
The drift check model quality constraints.
constraints
- The drift check model quality constraints.public MetricsSource getConstraints()
The drift check model quality constraints.
public DriftCheckModelQuality withConstraints(MetricsSource constraints)
The drift check model quality constraints.
constraints
- The drift check model quality constraints.public String toString()
toString
in class Object
Object.toString()
public DriftCheckModelQuality clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.