1 write to PipelineId
Microsoft.ML.EntryPoints (1)
TrainTestMacro.cs (1)
115input.PipelineId = input.PipelineId ?? Guid.NewGuid().ToString("N");
2 references to PipelineId
Microsoft.ML.EntryPoints (2)
TrainTestMacro.cs (2)
115input.PipelineId = input.PipelineId ?? Guid.NewGuid().ToString("N"); 292subGraphNode.StageId = input.PipelineId;