TensorBoardOutputConfig | R Documentation |
Create a tensor ouput configuration object for debugging visualizations on TensorBoard
s3_output_path
The location in Amazon S3 to store the output.
container_local_output_path
The local path in the container.
new()
Initialize the TensorBoardOutputConfig instance.
TensorBoardOutputConfig$new(s3_output_path, container_local_output_path = NULL)
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.
to_request_list()
Generate a request dictionary using the instances attributes.
TensorBoardOutputConfig$to_request_list()
dict: An portion of an API request as a dictionary.
format()
format class
TensorBoardOutputConfig$format()
clone()
The objects of this class are cloneable with this method.
TensorBoardOutputConfig$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.