IRowToRowMapper.OutputSchema Property

Definition

Gets an instance of DataViewSchema which describes the columns' names and types in the output generated by this mapper.

public Microsoft.ML.DataViewSchema OutputSchema { get; }
member this.OutputSchema : Microsoft.ML.DataViewSchema
Public ReadOnly Property OutputSchema As DataViewSchema

Property Value

Applies to