Interface TensorBoardOutputConfig.Builder

    • Method Detail

      • localPath

        TensorBoardOutputConfig.Builder localPath​(String localPath)

        Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

        Parameters:
        localPath - Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3OutputPath

        TensorBoardOutputConfig.Builder s3OutputPath​(String s3OutputPath)

        Path to Amazon S3 storage location for TensorBoard output.

        Parameters:
        s3OutputPath - Path to Amazon S3 storage location for TensorBoard output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.