amazonka-ml-2.0: Amazon Machine Learning SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MachineLearning.Types.Algorithm

Description

 
Synopsis

Documentation

newtype Algorithm Source #

The function used to train an MLModel. Training choices supported by Amazon ML include the following:

  • SGD - Stochastic Gradient Descent.
  • RandomForest - Random forest of decision trees.

Constructors

Algorithm' 

Fields

Bundled Patterns

pattern Algorithm_Sgd :: Algorithm 

Instances

Instances details
FromJSON Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

FromJSONKey Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToJSON Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToJSONKey Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToByteString Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Methods

toBS :: Algorithm -> ByteString #

ToHeader Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToLog Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToQuery Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

FromText Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToText Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Methods

toText :: Algorithm -> Text #

FromXML Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

ToXML Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Methods

toXML :: Algorithm -> XML #

Generic Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Associated Types

type Rep Algorithm :: Type -> Type #

Read Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Show Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

NFData Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Methods

rnf :: Algorithm -> () #

Eq Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Ord Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

Hashable Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

type Rep Algorithm Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.Algorithm

type Rep Algorithm = D1 ('MetaData "Algorithm" "Amazonka.MachineLearning.Types.Algorithm" "amazonka-ml-2.0-A3JLJ63WvmfHxGBBIqhdRA" 'True) (C1 ('MetaCons "Algorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))