amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.Types.AppType

Description

 

Documentation

newtype AppType Source #

Constructors

AppType' 

Fields

Instances

Instances details
FromJSON AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromJSONKey AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToJSON AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToJSONKey AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToByteString AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toBS :: AppType -> ByteString #

ToHeader AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toHeader :: HeaderName -> AppType -> [Header] #

ToLog AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToQuery AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromText AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToText AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toText :: AppType -> Text #

FromXML AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToXML AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toXML :: AppType -> XML #

Generic AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Associated Types

type Rep AppType :: Type -> Type #

Methods

from :: AppType -> Rep AppType x #

to :: Rep AppType x -> AppType #

Read AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Show AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

NFData AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

rnf :: AppType -> () #

Eq AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

(==) :: AppType -> AppType -> Bool #

(/=) :: AppType -> AppType -> Bool #

Ord AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Hashable AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

hashWithSalt :: Int -> AppType -> Int #

hash :: AppType -> Int #

type Rep AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

type Rep AppType = D1 ('MetaData "AppType" "Amazonka.SageMaker.Types.AppType" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'True) (C1 ('MetaCons "AppType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))