java.lang.Object
nl.dannyj.mistral.models.completion.Prediction.PredictionBuilder
- Enclosing class:
- Prediction
public static class Prediction.PredictionBuilder
extends Object
-
Method Summary
The type of the prediction.
-
Method Details
-
type
The type of the prediction. Currently, only "content" is supported.
- Parameters:
type
- The type of the prediction.
- Returns:
this
.
-
content
The predicted content.
- Parameters:
content
- The predicted content string.
- Returns:
this
.
-
-