Implemented interface member:
property
InputSchema
Microsoft.ML.Data.IRowToRowMapper.InputSchema
1 reference to InputSchema
Microsoft.ML.Data (1)
EntryPoints\TransformModelImpl.cs (1)
253
_ectx.Check(input.Schema ==
InputSchema
, "Schema of input row must be the same as the schema the mapper is bound to");