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)


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

def local_path
  @local_path
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


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

def s3_output_path
  @s3_output_path
end