Interface TensorBoardOutputConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TensorBoardOutputConfig.Builder,TensorBoardOutputConfig>, SdkBuilder<TensorBoardOutputConfig.Builder,TensorBoardOutputConfig>, SdkPojo
Enclosing class:
TensorBoardOutputConfig

public static interface TensorBoardOutputConfig.Builder extends SdkPojo, CopyableBuilder<TensorBoardOutputConfig.Builder,TensorBoardOutputConfig>
  • Method Details

    • 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.