Class PredictResult
java.lang.Object
com.amazonaws.services.machinelearning.model.PredictResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetPrediction(Prediction prediction) toString()Returns a string representation of this object; useful for testing and debugging.withPrediction(Prediction prediction)
-
Constructor Details
-
PredictResult
public PredictResult()
-
-
Method Details