11 references to Write
Microsoft.ML.CodeGenerator (11)
Templates\Azure\Model\AzureImageModelOutputClass.cs (11)
33this.Write("\r\nusing System;\r\nusing Microsoft.ML.Data;\r\nusing System.Linq;\r\n\r\nnamespace "); 34this.Write(this.ToStringHelper.ToStringWithCulture(Namespace)); 35this.Write(".Model\r\n{\r\n public class ModelOutput\r\n {\r\n [ColumnName(\"output1\")]\r\n" + 39this.Write("\""); 40this.Write(this.ToStringHelper.ToStringWithCulture(label)); 41this.Write("\","); 43this.Write(@"}; 78this.Write(@"//***************************************************************************************** 91this.Write("// This file was auto-generated by ML.NET Model Builder. \r\n"); 232this.Write(textToAppend); 241this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));