Class: Aws::Types::TensorBoardOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::TensorBoardOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
Instance Attribute Details
#local_path ⇒ ::String
Returns the value of attribute local_path.
11287 11288 11289 |
# File 'sig/types.rbs', line 11287 def local_path @local_path end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
11288 11289 11290 |
# File 'sig/types.rbs', line 11288 def s3_output_path @s3_output_path end |