Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Check training status of your model.
See: Prediction API Reference for prediction.trainedmodels.get
.
Synopsis
- type TrainedModelsGetResource = "prediction" :> ("v1.6" :> ("projects" :> (Capture "project" Text :> ("trainedmodels" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Insert2))))))
- trainedModelsGet :: Text -> Text -> TrainedModelsGet
- data TrainedModelsGet
- tmgProject :: Lens' TrainedModelsGet Text
- tmgId :: Lens' TrainedModelsGet Text
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
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
Request Lenses
tmgProject :: Lens' TrainedModelsGet Text Source #
The project associated with the model.