BatchDataCaptureConfig — AWS SDK for Ruby V3 (original) (raw)

Class: Aws::SageMaker::Types::BatchDataCaptureConfig

Inherits:

Struct

Defined in:

gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Configuration to control how SageMaker captures inference data for batch transform jobs.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_s3_uri ⇒ String

The Amazon S3 location being used to capture the data.

2960 2961 2962 2963 2964 2965 2966 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2960 class BatchDataCaptureConfig < Struct.new( :destination_s3_uri, :kms_key_id, :generate_inference_id) SENSITIVE = [] include Aws::Structure end

#generate_inference_id ⇒ Boolean

Flag that indicates whether to append inference id to the output.

2960 2961 2962 2963 2964 2965 2966 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2960 class BatchDataCaptureConfig < Struct.new( :destination_s3_uri, :kms_key_id, :generate_inference_id) SENSITIVE = [] include Aws::Structure end

#kms_key_id ⇒ String

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the batch transform job.

The KmsKeyId can be any of the following formats:

2960 2961 2962 2963 2964 2965 2966 # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2960 class BatchDataCaptureConfig < Struct.new( :destination_s3_uri, :kms_key_id, :generate_inference_id) SENSITIVE = [] include Aws::Structure end