| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.CaptureOption
Description
Synopsis
Documentation
data CaptureOption Source #
Specifies data Model Monitor will capture.
See: newCaptureOption smart constructor.
Constructors
| CaptureOption' | |
Fields 
  | |
Instances
Arguments
| :: CaptureMode | |
| -> CaptureOption | 
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 - Specify the boundary of data to capture.
captureOption_captureMode :: Lens' CaptureOption CaptureMode Source #
Specify the boundary of data to capture.