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

Description

 
Synopsis

Documentation

data CaptureOption Source #

See: newCaptureOption smart constructor.

Constructors

CaptureOption' 

Instances

Instances details
Eq CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Read CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Show CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Generic CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Associated Types

type Rep CaptureOption :: Type -> Type #

NFData CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Methods

rnf :: CaptureOption -> () #

Hashable CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

ToJSON CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

FromJSON CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

type Rep CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

type Rep CaptureOption = D1 ('MetaData "CaptureOption" "Amazonka.SageMaker.Types.CaptureOption" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CaptureOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "captureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CaptureMode)))

newCaptureOption Source #

Create a value of CaptureOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:captureMode:CaptureOption', captureOption_captureMode -