You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::TensorBoardOutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TensorBoardOutputConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

Configuration of storage locations for TensorBoard output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#local_pathString

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

Returns:

  • (String)

    Path to local storage location for tensorBoard output.

#s3_output_pathString

Path to Amazon S3 storage location for TensorBoard output.

Returns:

  • (String)

    Path to Amazon S3 storage location for TensorBoard output.