public static interface TensorBoardOutputConfig.Builder extends SdkPojo, CopyableBuilder<TensorBoardOutputConfig.Builder,TensorBoardOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
TensorBoardOutputConfig.Builder |
localPath(String localPath)
Path to local storage location for tensorBoard output.
|
TensorBoardOutputConfig.Builder |
s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for TensorBoard output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTensorBoardOutputConfig.Builder localPath(String localPath)
Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.
localPath - Path to local storage location for tensorBoard output. Defaults to
/opt/ml/output/tensorboard.TensorBoardOutputConfig.Builder s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for TensorBoard output.
s3OutputPath - Path to Amazon S3 storage location for TensorBoard output.Copyright © 2023. All rights reserved.