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
 
Container for the parameters to the Predict operation. Generates a prediction for the observation using the specified ML Model. Note

Not all response parameters will be populated. Whether a response parameter is populated depends on the type of model requested.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MachineLearning.AmazonMachineLearningRequest
      Amazon.MachineLearning.Model.PredictRequest

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

Syntax

C#
public class PredictRequest : AmazonMachineLearningRequest
         IRequestEvents

The PredictRequest type exposes the following members

Constructors

NameDescription
Public Method PredictRequest()

Properties

NameTypeDescription
Public Property MLModelId System.String Gets and sets the property MLModelId.

A unique identifier of the MLModel.

Public Property PredictEndpoint System.String Gets and sets the property PredictEndpoint.
Public Property Record System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Record.

Version Information

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