amazonka-ml-1.1.0: Amazon Machine Learning SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for CreateRealtimeEndpoint.

Synopsis

Creating a Request

createRealtimeEndpoint Source

Creates a value of CreateRealtimeEndpoint with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

creMLModelId :: Lens' CreateRealtimeEndpoint Text Source

The ID assigned to the MLModel during creation.

Destructuring the Response

createRealtimeEndpointResponse Source

Creates a value of CreateRealtimeEndpointResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data CreateRealtimeEndpointResponse Source

Represents the output of an CreateRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

The endpoint information includes the URI of the MLModel; that is, the location to send online prediction requests for the specified MLModel.

See: createRealtimeEndpointResponse smart constructor.

Response Lenses

crersMLModelId :: 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.