| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static Prediction.Builder |
Prediction.builder() |
Prediction.Builder |
Prediction.Builder.details(Map<DetailsAttributes,String> details)
Sets the value of the Details property for this object.
|
Prediction.Builder |
Prediction.Builder.detailsWithStrings(Map<String,String> details)
Sets the value of the Details property for this object.
|
Prediction.Builder |
Prediction.Builder.predictedLabel(String predictedLabel)
The prediction label for either a
BINARY or MULTICLASS MLModel. |
Prediction.Builder |
Prediction.Builder.predictedScores(Map<String,Float> predictedScores)
Sets the value of the PredictedScores property for this object.
|
Prediction.Builder |
Prediction.Builder.predictedValue(Float predictedValue)
The prediction value for
REGRESSION MLModel. |
Prediction.Builder |
Prediction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Prediction.Builder> |
Prediction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PredictResponse.Builder |
PredictResponse.Builder.prediction(Consumer<Prediction.Builder> prediction)
Sets the value of the Prediction property for this object.
|
Copyright © 2022. All rights reserved.