Class: Aws::SageMaker::Types::CaptureOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Specifies data Model Monitor will capture.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capture_modeString

Specify the boundary of data to capture.

Returns:

  • (String)


3325
3326
3327
3328
3329
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3325

class CaptureOption < Struct.new(
  :capture_mode)
  SENSITIVE = []
  include Aws::Structure
end