Class: Aws::SageMaker::Types::TensorBoardOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TensorBoardOutputConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_path ⇒ String
Path to local storage location for tensorBoard output.
-
#s3_output_path ⇒ String
Path to Amazon S3 storage location for TensorBoard output.
Instance Attribute Details
#local_path ⇒ String
Path to local storage location for tensorBoard output. Defaults to ‘/opt/ml/output/tensorboard`.
42366 42367 42368 42369 42370 42371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42366 class TensorBoardOutputConfig < Struct.new( :local_path, :s3_output_path) SENSITIVE = [] include Aws::Structure end |
#s3_output_path ⇒ String
Path to Amazon S3 storage location for TensorBoard output.
42366 42367 42368 42369 42370 42371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42366 class TensorBoardOutputConfig < Struct.new( :local_path, :s3_output_path) SENSITIVE = [] include Aws::Structure end |