class Aws::SageMaker::Types::AutoMLS3DataSource

The Amazon S3 data source.

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

data as a hash:

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

@!attribute [rw] s3_data_type

The data type.
@return [String]

@!attribute [rw] s3_uri

The URL to the Amazon S3 data source.
@return [String]

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

Constants

SENSITIVE