Uses of Interface
software.amazon.awssdk.services.machinelearning.model.Prediction.Builder
-
Packages that use Prediction.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of Prediction.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return Prediction.Builder Modifier and Type Method Description static Prediction.BuilderPrediction. builder()Prediction.BuilderPrediction.Builder. details(Map<DetailsAttributes,String> details)Sets the value of the Details property for this object.Prediction.BuilderPrediction.Builder. detailsWithStrings(Map<String,String> details)Sets the value of the Details property for this object.Prediction.BuilderPrediction.Builder. predictedLabel(String predictedLabel)The prediction label for either aBINARYorMULTICLASSMLModel.Prediction.BuilderPrediction.Builder. predictedScores(Map<String,Float> predictedScores)Sets the value of the PredictedScores property for this object.Prediction.BuilderPrediction.Builder. predictedValue(Float predictedValue)The prediction value forREGRESSIONMLModel.Prediction.BuilderPrediction. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type Prediction.Builder Modifier and Type Method Description static Class<? extends Prediction.Builder>Prediction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type Prediction.Builder Modifier and Type Method Description default PredictResponse.BuilderPredictResponse.Builder. prediction(Consumer<Prediction.Builder> prediction)Sets the value of the Prediction property for this object.
-