Class: Aws::Types::TensorBoardOutputConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


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.

Returns:

  • (::String)


11288
11289
11290
# File 'sig/types.rbs', line 11288

def s3_output_path
  @s3_output_path
end