amazonka-ml-0.3.4: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.CreateRealtimeEndpoint

Contents

Description

Creates a real-time endpoint for the MLModel. The endpoint contains the URI of the MLModel; that is, the location to send real-time prediction requests for the specified MLModel.

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

Synopsis

Request

Request constructor

createRealtimeEndpoint Source

CreateRealtimeEndpoint constructor.

The fields accessible through corresponding lenses are:

Request lenses

creMLModelId :: Lens' CreateRealtimeEndpoint Text Source

The ID assigned to the MLModel during creation.

Response

Response constructor

Response lenses

crerMLModelId :: Lens' CreateRealtimeEndpointResponse (Maybe Text) Source

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.