AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
The output from a Predict operation:

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Model.Prediction

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Prediction : Object

The Prediction type exposes the following members

Constructors

NameDescription
Public Method Prediction()

Properties

NameTypeDescription
Public Property Details System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Details.
Public Property PredictedLabel System.String Gets and sets the property PredictedLabel. The prediction label for either a BINARY or MULTICLASS MLModel.
Public Property PredictedScores System.Collections.Generic.Dictionary<System.String, System.Single> Gets and sets the property PredictedScores.
Public Property PredictedValue System.Single Gets and sets the property PredictedValue. The prediction value for REGRESSION MLModel.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5