CopyableBuilder<Prediction.Builder,Prediction>, SdkBuilder<Prediction.Builder,Prediction>public static interface Prediction.Builder extends CopyableBuilder<Prediction.Builder,Prediction>
| Modifier and Type | Method | Description |
|---|---|---|
Prediction.Builder |
details(Map<String,String> details) |
|
Prediction.Builder |
predictedLabel(String predictedLabel) |
The prediction label for either a
BINARY or MULTICLASS MLModel. |
Prediction.Builder |
predictedScores(Map<String,Float> predictedScores) |
|
Prediction.Builder |
predictedValue(Float predictedValue) |
The prediction value for
REGRESSION MLModel. |
copyapply, buildPrediction.Builder predictedLabel(String predictedLabel)
The prediction label for either a BINARY or MULTICLASS MLModel.
predictedLabel - The prediction label for either a BINARY or MULTICLASS MLModel.Prediction.Builder predictedValue(Float predictedValue)
REGRESSION MLModel.predictedValue - The prediction value for REGRESSION MLModel.Prediction.Builder predictedScores(Map<String,Float> predictedScores)
predictedScores - Prediction.Builder details(Map<String,String> details)
details - Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.