Uses of Interface
software.amazon.awssdk.services.machinelearning.model.PredictResponse.Builder
-
Packages that use PredictResponse.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of PredictResponse.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return PredictResponse.Builder Modifier and Type Method Description static PredictResponse.BuilderPredictResponse. builder()default PredictResponse.BuilderPredictResponse.Builder. prediction(Consumer<Prediction.Builder> prediction)Sets the value of the Prediction property for this object.PredictResponse.BuilderPredictResponse.Builder. prediction(Prediction prediction)Sets the value of the Prediction property for this object.PredictResponse.BuilderPredictResponse. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type PredictResponse.Builder Modifier and Type Method Description static Class<? extends PredictResponse.Builder>PredictResponse. serializableBuilderClass()
-