class Aws::SageMaker::Types::TransformDataSource

Describes the location of the channel data.

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

data as a hash:

    {
      s3_data_source: { # required
        s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
        s3_uri: "S3Uri", # required
      },
    }

@!attribute [rw] s3_data_source

The S3 location of the data source that is associated with a
channel.
@return [Types::TransformS3DataSource]

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

Constants

SENSITIVE