Interface OutputConfig.Builder

    • Method Detail

      • s3Bucket

        OutputConfig.Builder s3Bucket​(String s3Bucket)

        The S3 bucket where training output is placed.

        Parameters:
        s3Bucket - The S3 bucket where training output is placed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3KeyPrefix

        OutputConfig.Builder s3KeyPrefix​(String s3KeyPrefix)

        The prefix applied to the training output files.

        Parameters:
        s3KeyPrefix - The prefix applied to the training output files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.