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

Description

 
Synopsis

Documentation

data DataCaptureConfig Source #

See: newDataCaptureConfig smart constructor.

Instances

Instances details
Eq DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Read DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Show DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Generic DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Associated Types

type Rep DataCaptureConfig :: Type -> Type #

NFData DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Methods

rnf :: DataCaptureConfig -> () #

Hashable DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

ToJSON DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

FromJSON DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

type Rep DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

type Rep DataCaptureConfig = D1 ('MetaData "DataCaptureConfig" "Amazonka.SageMaker.Types.DataCaptureConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCaptureConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "captureContentTypeHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaptureContentTypeHeader)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableCapture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "initialSamplingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "captureOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CaptureOption))))))