TensorBoardOutputConfig: TensorBoardOutputConfig Class

TensorBoardOutputConfigR Documentation

TensorBoardOutputConfig Class

Description

Create a tensor ouput configuration object for debugging visualizations on TensorBoard

Public fields

s3_output_path

The location in Amazon S3 to store the output.

container_local_output_path

The local path in the container.

Methods

Public methods


Method new()

Initialize the TensorBoardOutputConfig instance.

Usage
TensorBoardOutputConfig$new(s3_output_path, container_local_output_path = NULL)
Arguments
s3_output_path

(str): Optional. The location in Amazon S3 to store the output.

container_local_output_path

(str): Optional. The local path in the container.


Method to_request_list()

Generate a request dictionary using the instances attributes.

Usage
TensorBoardOutputConfig$to_request_list()
Returns

dict: An portion of an API request as a dictionary.


Method format()

format class

Usage
TensorBoardOutputConfig$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
TensorBoardOutputConfig$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-common documentation built on June 14, 2022, 10:31 p.m.