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.
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.dll
Version: (assembly version)
public class Prediction : Object
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 BINARY
or MULTICLASS MLModel.
|
|
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 REGRESSION MLModel.
|
.NET Framework:
Supported in: 4.5, 4.0, 3.5