libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.AppSortKey

Description

 

Documentation

newtype AppSortKey Source #

Constructors

AppSortKey' 

Fields

Bundled Patterns

pattern AppSortKey_CreationTime :: AppSortKey 

Instances

Instances details
Eq AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Ord AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Read AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Show AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Generic AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Associated Types

type Rep AppSortKey :: Type -> Type #

NFData AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

rnf :: AppSortKey -> () #

Hashable AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToJSON AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToJSONKey AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromJSON AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromJSONKey AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToLog AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToHeader AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToQuery AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromXML AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToXML AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

toXML :: AppSortKey -> XML #

ToByteString AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromText AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToText AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

toText :: AppSortKey -> Text #

type Rep AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

type Rep AppSortKey = D1 ('MetaData "AppSortKey" "Amazonka.SageMaker.Types.AppSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))