public static class Prediction.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Prediction |
build()
Construct prediction instance.
|
Prediction.Builder |
results(List<PredictionResult> results)
Sets results.
|
public Prediction.Builder results(List<PredictionResult> results)
results - the list of the PredictionResult (one per category)public Prediction build()
Copyright © 2020. All rights reserved.