3 references to BuildInputManifest
Microsoft.ML.EntryPoints (3)
JsonUtils\JsonManifestUtils.cs (3)
110result[FieldNames.Settings] = BuildInputManifest(ectx, componentInfo.ArgumentType, catalog); 127result[FieldNames.Inputs] = BuildInputManifest(ectx, entryPointInfo.InputType, catalog); 345var fields = BuildInputManifest(ectx, type, catalog);