Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private Prediction |
PredictResult.prediction |
Modifier and Type | Method and Description |
---|---|
Prediction |
Prediction.addDetailsEntry(java.lang.String key,
java.lang.String value) |
Prediction |
Prediction.addPredictedScoresEntry(java.lang.String key,
java.lang.Float value) |
Prediction |
Prediction.clearDetailsEntries()
Removes all the entries added into Details.
|
Prediction |
Prediction.clearPredictedScoresEntries()
Removes all the entries added into PredictedScores.
|
Prediction |
Prediction.clone() |
Prediction |
PredictResult.getPrediction() |
Prediction |
Prediction.withDetails(java.util.Map<java.lang.String,java.lang.String> details) |
Prediction |
Prediction.withPredictedLabel(java.lang.String predictedLabel)
The prediction label for either a BINARY or MULTICLASS
MLModel . |
Prediction |
Prediction.withPredictedScores(java.util.Map<java.lang.String,java.lang.Float> predictedScores) |
Prediction |
Prediction.withPredictedValue(java.lang.Float predictedValue)
The prediction value for REGRESSION
MLModel . |
Modifier and Type | Method and Description |
---|---|
void |
PredictResult.setPrediction(Prediction prediction) |
PredictResult |
PredictResult.withPrediction(Prediction prediction) |
Modifier and Type | Method and Description |
---|---|
Prediction |
PredictionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PredictionJsonMarshaller.marshall(Prediction prediction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|