gogol-prediction-0.2.0: Google Prediction SDK.

Copyright(c) 2015-2016 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.Get

Contents

Description

Check training status of your model.

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

Synopsis

REST Resource

type TrainedModelsGetResource = "prediction" :> ("v1.6" :> ("projects" :> (Capture "project" Text :> ("trainedmodels" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Insert2)))))) Source #

A resource alias for prediction.trainedmodels.get method which the TrainedModelsGet request conforms to.

Creating a Request

trainedModelsGet Source #

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

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

data TrainedModelsGet Source #

Check training status of your model.

See: trainedModelsGet smart constructor.

Instances

Eq TrainedModelsGet Source # 
Data TrainedModelsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrainedModelsGet -> c TrainedModelsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrainedModelsGet #

toConstr :: TrainedModelsGet -> Constr #

dataTypeOf :: TrainedModelsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TrainedModelsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrainedModelsGet) #

gmapT :: (forall b. Data b => b -> b) -> TrainedModelsGet -> TrainedModelsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrainedModelsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrainedModelsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrainedModelsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrainedModelsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrainedModelsGet -> m TrainedModelsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrainedModelsGet -> m TrainedModelsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrainedModelsGet -> m TrainedModelsGet #

Show TrainedModelsGet Source # 
Generic TrainedModelsGet Source # 
GoogleRequest TrainedModelsGet Source # 
type Rep TrainedModelsGet Source # 
type Rep TrainedModelsGet = D1 (MetaData "TrainedModelsGet" "Network.Google.Resource.Prediction.TrainedModels.Get" "gogol-prediction-0.2.0-23nMVSJLdNb9CwtmUEXUII" False) (C1 (MetaCons "TrainedModelsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tmgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tmgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes TrainedModelsGet Source # 
type Scopes TrainedModelsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/prediction" ([] Symbol))
type Rs TrainedModelsGet Source # 

Request Lenses

tmgProject :: Lens' TrainedModelsGet Text Source #

The project associated with the model.

tmgId :: Lens' TrainedModelsGet Text Source #

The unique name for the predictive model.