TensorBoardOutputConfig constructor

TensorBoardOutputConfig({
  1. required String s3OutputPath,
  2. String? localPath,
})

Implementation

TensorBoardOutputConfig({
  required this.s3OutputPath,
  this.localPath,
});