Interface DocumentClassifierDocuments.Builder

    • Method Detail

      • s3Uri

        DocumentClassifierDocuments.Builder s3Uri​(String s3Uri)

        The S3 URI location of the training documents specified in the S3Uri CSV file.

        Parameters:
        s3Uri - The S3 URI location of the training documents specified in the S3Uri CSV file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testS3Uri

        DocumentClassifierDocuments.Builder testS3Uri​(String testS3Uri)

        The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.

        Parameters:
        testS3Uri - The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.