2 writes to TempFilePath
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
41
newContext.
TempFilePath
= _mainContext.TempFilePath;
Microsoft.ML.AutoML.Tests (1)
MLContextManagerTests.cs (1)
31
mainContext.
TempFilePath
= "temp";
4 references to TempFilePath
Microsoft.ML.AutoML (3)
API\ExperimentSettings.cs (1)
50
/// <value>The default value is the directory named "Microsoft.ML.AutoML" in the in the location specified by the <see cref="MLContext.
TempFilePath
"/>.</value>
AutoMLExperiment\IMLContextManager.cs (1)
41
newContext.TempFilePath = _mainContext.
TempFilePath
;
Experiment\Experiment.cs (1)
59
_modelDirectory = GetModelDirectory(_context.
TempFilePath
, _experimentSettings.CacheDirectoryName);
Microsoft.ML.AutoML.Tests (1)
MLContextManagerTests.cs (1)
38
childContext.
TempFilePath
.Should().Be("temp");