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

Class: Aws::SageMaker::Types::LabelingJobInputConfig

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

Overview

Note:

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

{
  data_source: { # required
    s3_data_source: {
      manifest_s3_uri: "S3Uri", # required
    },
    sns_data_source: {
      sns_topic_arn: "SnsTopicArn", # required
    },
  },
  data_attributes: {
    content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
  },
}

Input configuration information for a labeling job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::LabelingJobDataAttributes

Attributes of the data specified by the customer.

Returns:

#data_sourceTypes::LabelingJobDataSource

The location of the input data.

Returns: