You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DataCaptureConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DataCaptureConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  enable_capture: false,
  initial_sampling_percentage: 1, # required
  destination_s3_uri: "DestinationS3Uri", # required
  kms_key_id: "KmsKeyId",
  capture_options: [ # required
    {
      capture_mode: "Input", # required, accepts Input, Output
    },
  ],
  capture_content_type_header: {
    csv_content_types: ["CsvContentType"],
    json_content_types: ["JsonContentType"],
  },
}

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#capture_content_type_headerTypes::CaptureContentTypeHeader

#capture_optionsArray<Types::CaptureOption>

Returns:

#destination_s3_uriString

Returns:

  • (String)

#enable_captureBoolean

Returns:

  • (Boolean)

#initial_sampling_percentageInteger

Returns:

  • (Integer)

#kms_key_idString

Returns:

  • (String)