Implemented interface member:
property
TempFilePath
Microsoft.ML.Runtime.IHostEnvironmentInternal.TempFilePath
1 write to TempFilePath
Microsoft.ML.Data (1)
MLContext.cs (1)
95set { _env.TempFilePath = value; }
2 references to TempFilePath
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
426((IHostEnvironmentInternal)host).TempFilePath = TempFilePath;
Microsoft.ML.Data (1)
MLContext.cs (1)
94get { return _env.TempFilePath; }