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.Processor

Description

 

Documentation

newtype Processor Source #

Constructors

Processor' 

Fields

Bundled Patterns

pattern Processor_CPU :: Processor 
pattern Processor_GPU :: Processor 

Instances

Instances details
FromJSON Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

FromJSONKey Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToJSON Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToJSONKey Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToByteString Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Methods

toBS :: Processor -> ByteString #

ToHeader Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToLog Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToQuery Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

FromText Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToText Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Methods

toText :: Processor -> Text #

FromXML Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

ToXML Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Methods

toXML :: Processor -> XML #

Generic Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Associated Types

type Rep Processor :: Type -> Type #

Read Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Show Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

NFData Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Methods

rnf :: Processor -> () #

Eq Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Ord Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

Hashable Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

type Rep Processor Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Processor

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