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`.
      44208 44209 44210 44211 44212 44213  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44208 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.
      44208 44209 44210 44211 44212 44213  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44208 class TensorBoardOutputConfig < Struct.new( :local_path, :s3_output_path) SENSITIVE = [] include Aws::Structure end  |