@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Baseline extends Object implements Serializable, Cloneable, StructuredPojo
Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.
Constructor and Description |
---|
Baseline() |
Modifier and Type | Method and Description |
---|---|
Baseline |
clone() |
boolean |
equals(Object obj) |
PredictorBaseline |
getPredictorBaseline()
The initial accuracy metrics for the
predictor you are monitoring.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPredictorBaseline(PredictorBaseline predictorBaseline)
The initial accuracy metrics for the
predictor you are monitoring.
|
String |
toString()
Returns a string representation of this object.
|
Baseline |
withPredictorBaseline(PredictorBaseline predictorBaseline)
The initial accuracy metrics for the
predictor you are monitoring.
|
public void setPredictorBaseline(PredictorBaseline predictorBaseline)
The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
predictorBaseline
- The initial accuracy metrics for
the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your
predictor and the metrics change.public PredictorBaseline getPredictorBaseline()
The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
public Baseline withPredictorBaseline(PredictorBaseline predictorBaseline)
The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
predictorBaseline
- The initial accuracy metrics for
the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your
predictor and the metrics change.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.