Interface DataSource.Builder

    • Method Detail

      • dataLocation

        DataSource.Builder dataLocation​(String dataLocation)

        The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:

        s3://bucket-name/folder-name/

        Parameters:
        dataLocation - The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:

        s3://bucket-name/folder-name/

        Returns:
        Returns a reference to this object so that method calls can be chained together.