@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictorBaseline 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 |
|---|
PredictorBaseline() |
| Modifier and Type | Method and Description |
|---|---|
PredictorBaseline |
clone() |
boolean |
equals(Object obj) |
List<BaselineMetric> |
getBaselineMetrics()
The initial accuracy metrics for the
predictor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBaselineMetrics(Collection<BaselineMetric> baselineMetrics)
The initial accuracy metrics for the
predictor.
|
String |
toString()
Returns a string representation of this object.
|
PredictorBaseline |
withBaselineMetrics(BaselineMetric... baselineMetrics)
The initial accuracy metrics for the
predictor.
|
PredictorBaseline |
withBaselineMetrics(Collection<BaselineMetric> baselineMetrics)
The initial accuracy metrics for the
predictor.
|
public List<BaselineMetric> getBaselineMetrics()
The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
public void setBaselineMetrics(Collection<BaselineMetric> baselineMetrics)
The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
baselineMetrics - The initial accuracy metrics for
the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the
metrics change.public PredictorBaseline withBaselineMetrics(BaselineMetric... baselineMetrics)
The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
NOTE: This method appends the values to the existing list (if any). Use
setBaselineMetrics(java.util.Collection) or withBaselineMetrics(java.util.Collection) if you
want to override the existing values.
baselineMetrics - The initial accuracy metrics for
the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the
metrics change.public PredictorBaseline withBaselineMetrics(Collection<BaselineMetric> baselineMetrics)
The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
baselineMetrics - The initial accuracy metrics for
the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the
metrics change.public String toString()
toString in class ObjectObject.toString()public PredictorBaseline clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.