class Aws::SageMaker::Types::DataCaptureConfig
@note When making an API call, you may pass DataCaptureConfig
data as a 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"], }, }
@!attribute [rw] enable_capture
@return [Boolean]
@!attribute [rw] initial_sampling_percentage
@return [Integer]
@!attribute [rw] destination_s3_uri
@return [String]
@!attribute [rw] kms_key_id
@return [String]
@!attribute [rw] capture_options
@return [Array<Types::CaptureOption>]
@!attribute [rw] capture_content_type_header
@return [Types::CaptureContentTypeHeader]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DataCaptureConfig AWS API Documentation
Constants
- SENSITIVE