8 references to Settings
Microsoft.ML.Data (5)
EntryPoints\InputBuilder.cs (5)
372jcomponent.Add(FieldNames.Settings, instSettings); 490ectx.Check(jo[FieldNames.Settings] == null || jo[FieldNames.Settings] is JObject, 491"Expected '" + FieldNames.Settings + "' field to be an object"); 492return GetComponentJson(ectx, type, name, jo[FieldNames.Settings] as JObject, catalog);
Microsoft.ML.EntryPoints (3)
JsonUtils\JsonManifestUtils.cs (3)
79jepKind[FieldNames.Settings] = jepKindFields; 110result[FieldNames.Settings] = BuildInputManifest(ectx, componentInfo.ArgumentType, catalog); 514jResult[FieldNames.Settings] = jSettings;