6 references to Outputs
Microsoft.ML.Data (6)
EntryPoints\EntryPointNode.cs (6)
772
result[FieldNames.
Outputs
] = _outputHelper.GetJsonObject(_outputMap);
902
var outputs = node[FieldNames.
Outputs
] as JObject;
903
if (outputs == null && node[FieldNames.
Outputs
] != null)
904
throw env.Except("Unexpected {0} token: '{1}'", FieldNames.
Outputs
, node[FieldNames.
Outputs
]);
908
x => x.Name != FieldNames.Name && x.Name != FieldNames.Inputs && x.Name != FieldNames.
Outputs