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

Class: Aws::SageMaker::Types::LabelingJobOutputConfig

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

Overview

Note:

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

{
  s3_output_path: "S3Uri", # required
  kms_key_id: "KmsKeyId",
  sns_topic_arn: "SnsTopicArn",
}

Output configuration information for a labeling job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

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

If you use a KMS key ID or an alias of your master key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. Amazon SageMaker uses server-side encryption with KMS-managed keys for LabelingJobOutputConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateLabelingJob request. For more information, see Using Key Policies in AWS KMS in the AWS Key Management Service Developer Guide.

Returns:

  • (String)

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

#s3_output_pathString

The Amazon S3 location to write output data.

Returns:

  • (String)

    The Amazon S3 location to write output data.

#sns_topic_arnString

An Amazon Simple Notification Service (Amazon SNS) output topic ARN.

When workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

You must provide a value for this parameter if you provide an Amazon SNS input topic in SnsDataSource in InputConfig.

Returns:

  • (String)

    An Amazon Simple Notification Service (Amazon SNS) output topic ARN.