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.

A simplified client that just does realtime predictions.

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Util.RealtimePredictor

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

Syntax

C#
public class RealtimePredictor
         IDisposable

The RealtimePredictor type exposes the following members

Constructors

NameDescription
Public Method RealtimePredictor(IAmazonMachineLearning, string)

Constructs a RealtimePredictor which will use the passed in client to make requests.

Public Method RealtimePredictor(IAmazonMachineLearning, string, string)

Constructs a RealtimePredictor which will use the passed in client to make requests.

Public Method RealtimePredictor(string)

Constructs a RealtimePredictor which construct a client using configured defaults.

Properties

NameTypeDescription
Public Property Endpoint System.String

The realtime prediction endpoint for the given MLModel.

Public Property ModelId System.String

The Id of the MachineLearning model.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method Dispose()

Disposes of all managed and unmanaged resources.

Public Method GetEndpointAsync()

The realtime prediction endpoint for the given MLModel.

Public Method Predict(Dictionary<String, String>)

Generates a prediction for an observation.

Public Method PredictAsync(Dictionary<String, String>, CancellationToken)

Initiates the asynchronous execution of the Predict operation.

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