Safe Haskell | None |
---|---|
Language | Haskell2010 |
DataRobot.PredictResponse
- data PredictError
- = APIError Code Text
- | MissingPrediction
- data PredictResult = PredictResult {}
- data PredictionValue = PredictionValue {}
- parseResponse :: Response ByteString -> Either PredictError PredictResult
- predictionValue :: Text -> PredictResult -> Maybe Float
Documentation
data PredictionValue Source #
Constructors
PredictionValue | |
predictionValue :: Text -> PredictResult -> Maybe Float Source #