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()
boolean
int
hashCode()
void
setPrediction
(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
-
setPrediction
- Parameters:
prediction
-
-
getPrediction
- Returns:
-
withPrediction
- Parameters:
prediction
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-