datarobot-1.0.1: Client for DataRobot API

Safe HaskellNone
LanguageHaskell2010

DataRobot.Types

Documentation

data Features Source #

Constructors

Features 

Fields

Instances

Eq Features Source # 
Show Features Source # 
Generic Features Source # 

Associated Types

type Rep Features :: * -> * #

Methods

from :: Features -> Rep Features x #

to :: Rep Features x -> Features #

ToJSON Features Source # 
FromJSON Features Source # 
type Rep Features Source # 
type Rep Features = D1 * (MetaData "Features" "DataRobot.Types" "datarobot-1.0.1-IaRXWaiw3oddVo5kvaIb5" False) (C1 * (MetaCons "Features" PrefixI True) (S1 * (MetaSel (Just Symbol "featureNames") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Text])))

type Fields = [(Text, Value)] Source #