Class: Aws::SageMaker::Types::LabelingJobResourceConfig

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 LabelingJobResourceConfig data as a hash:

{
  volume_kms_key_id: "KmsKeyId",
}

Provides configuration information for labeling jobs.

Instance Attribute Summary collapse

Instance Attribute Details

#volume_kms_key_idString

The AWS Key Management Service key ID for the key used to encrypt the output data, if any.

Returns:

  • (String)


6356
6357
6358
6359
# File 'lib/aws-sdk-sagemaker/types.rb', line 6356

class LabelingJobResourceConfig < Struct.new(
  :volume_kms_key_id)
  include Aws::Structure
end