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.
      3551 3552 3553 3554 3555  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3551 class CaptureOption < Struct.new( :capture_mode) SENSITIVE = [] include Aws::Structure end  |