amazonka-ml-0.3.4: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.Predict

Contents

Description

Generates a prediction for the observation using the specified MLModel.

Note Not all response parameters will be populated because this is dependent on the type of requested model.

http://http://docs.aws.amazon.com/machine-learning/latest/APIReference/API_Predict.html

Synopsis

Request

Request constructor

predict Source

Predict constructor.

The fields accessible through corresponding lenses are:

Request lenses

pMLModelId :: Lens' Predict Text Source

A unique identifier of the MLModel.

Response

Response constructor

predictResponse :: PredictResponse Source

PredictResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses