class Aws::SageMaker::Types::AutoMLDataSource

The data source for the Autopilot job.

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

data as a hash:

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

@!attribute [rw] s3_data_source

The Amazon S3 location of the input data.

<note markdown="1"> The input data must be in CSV format and contain at least 500 rows.

 </note>
@return [Types::AutoMLS3DataSource]

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

Constants

SENSITIVE