class Aws::SageMaker::Types::LabelingJobInputConfig

Input configuration information for a labeling job.

@note When making an API call, you may pass LabelingJobInputConfig

data as a 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
      },
    }

@!attribute [rw] data_source

The location of the input data.
@return [Types::LabelingJobDataSource]

@!attribute [rw] data_attributes

Attributes of the data specified by the customer.
@return [Types::LabelingJobDataAttributes]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobInputConfig AWS API Documentation

Constants

SENSITIVE