1 write to _filePath
Microsoft.ML.AutoML (1)
AutoMLExperiment\ITrialResultManager.cs (1)
41
_filePath
= filePath;
1 reference to _filePath
Microsoft.ML.AutoML (1)
AutoMLExperiment\ITrialResultManager.cs (1)
81
using (var fileStream = new FileStream(
_filePath
, FileMode.Append, FileAccess.Write))