DataViewRow.Schema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Schema, which provides name and type information for variables (i.e., columns in ML.NET's type system) stored in this row.
public abstract Microsoft.ML.DataViewSchema Schema { get; }
member this.Schema : Microsoft.ML.DataViewSchema
Public MustOverride ReadOnly Property Schema As DataViewSchema