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

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

Overview

Note:

When making an API call, you may pass CaptureOption data as a hash:

{
  capture_mode: "Input", # required, accepts Input, Output
}

Instance Attribute Summary collapse

Instance Attribute Details

#capture_modeString

Returns:

  • (String)


1312
1313
1314
1315
# File 'lib/aws-sdk-sagemaker/types.rb', line 1312

class CaptureOption < Struct.new(
  :capture_mode)
  include Aws::Structure
end