class Aws::SageMaker::Types::TensorBoardOutputConfig

Configuration of storage locations for the Debugger TensorBoard output data.

@note When making an API call, you may pass TensorBoardOutputConfig

data as a hash:

    {
      local_path: "DirectoryPath",
      s3_output_path: "S3Uri", # required
    }

@!attribute [rw] local_path

Path to local storage location for tensorBoard output. Defaults to
`/opt/ml/output/tensorboard`.
@return [String]

@!attribute [rw] s3_output_path

Path to Amazon S3 storage location for TensorBoard output.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TensorBoardOutputConfig AWS API Documentation

Constants

SENSITIVE