AWS SDK Version 3 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.

The output from a Predict operation:

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Model.Prediction

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.MachineLearning.dll
Version: 3.x.y.z

Syntax

C#
public class Prediction

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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