Class: Aws::SageMaker::Types::CaptureOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CaptureOption
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Specifies data Model Monitor will capture.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capture_mode ⇒ String
Specify the boundary of data to capture.
Instance Attribute Details
#capture_mode ⇒ String
Specify the boundary of data to capture.
3547 3548 3549 3550 3551 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3547 class CaptureOption < Struct.new( :capture_mode) SENSITIVE = [] include Aws::Structure end |