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 |
Get analysis of the model and the data the model was trained on.
See: Prediction API Reference for prediction.trainedmodels.analyze
.
Synopsis
- type TrainedModelsAnalyzeResource = "prediction" :> ("v1.6" :> ("projects" :> (Capture "project" Text :> ("trainedmodels" :> (Capture "id" Text :> ("analyze" :> (QueryParam "alt" AltJSON :> Get '[JSON] Analyze)))))))
- trainedModelsAnalyze :: Text -> Text -> TrainedModelsAnalyze
- data TrainedModelsAnalyze
- tmaProject :: Lens' TrainedModelsAnalyze Text
- tmaId :: Lens' TrainedModelsAnalyze Text
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
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:
data TrainedModelsAnalyze Source #
Get analysis of the model and the data the model was trained on.
See: trainedModelsAnalyze
smart constructor.
Instances
Request Lenses
tmaProject :: Lens' TrainedModelsAnalyze Text Source #
The project associated with the model.