AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The output from a Predict
operation:
Details
- Contains the following attributes: DetailsAttributes.PREDICTIVE_MODEL_TYPE
- REGRESSION | BINARY | MULTICLASS
DetailsAttributes.ALGORITHM - SGD
PredictedLabel
- Present for either a BINARY
or MULTICLASS
MLModel
request.
PredictedScores
- Contains the raw classification score corresponding to each
label.
PredictedValue
- Present for a REGRESSION
MLModel
request.
Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.MachineLearning.dll
Version: 3.x.y.z
public class Prediction
The Prediction type exposes the following members
Name | Description | |
---|---|---|
![]() |
Prediction() |
Name | Type | Description | |
---|---|---|---|
![]() |
Details | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Details. |
![]() |
PredictedLabel | System.String |
Gets and sets the property PredictedLabel.
The prediction label for either a |
![]() |
PredictedScores | System.Collections.Generic.Dictionary<System.String, System.Single> |
Gets and sets the property PredictedScores. |
![]() |
PredictedValue | System.Single |
Gets and sets the property PredictedValue.
The prediction value for |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5