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
 
Creates a simple client that just does realtime predictions.

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

Syntax

C#
public RealtimePredictor CreateRealtimePredictor(
         String modelId
)

Parameters

modelId
Type: System.String

The model to create the realtime predictor for.

Return Value
Type: Amazon.MachineLearning.Util.RealtimePredictor
A realtime prediction client.

Exceptions

ExceptionCondition
InternalServerException An error on the server occurred when trying to process a request.
InvalidInputException An error on the client occurred. Typically, the cause is an invalid input value.
LimitExceededException The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource.
PredictorNotMountedException The exception is thrown when a predict request is made to an unmounted MLModel.
ResourceNotFoundException A specified resource cannot be located.

Remarks

Fetches the realtime prediction endpoint for the specified model using the GetMLModel call.

Version Information

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