gogol-prediction-0.0.1: Google Prediction SDK.

Copyright(c) 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.Google.Resource.Prediction.TrainedModels.Analyze

Contents

Description

Get analysis of the model and the data the model was trained on.

See: Prediction API Reference for prediction.trainedmodels.analyze.

Synopsis

REST Resource

type TrainedModelsAnalyzeResource = "prediction" :> ("v1.6" :> ("projects" :> (Capture "project" Text :> ("trainedmodels" :> (Capture "id" Text :> ("analyze" :> (QueryParam "alt" AltJSON :> Get `[JSON]` Analyze))))))) Source

A resource alias for prediction.trainedmodels.analyze method which the TrainedModelsAnalyze request conforms to.

Creating a Request

trainedModelsAnalyze Source

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

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

Request Lenses

tmaProject :: Lens' TrainedModelsAnalyze Text Source

The project associated with the model.

tmaId :: Lens' TrainedModelsAnalyze Text Source

The unique name for the predictive model.