Share via


DataViewRow.Schema Property

Definition

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

Property Value

Applies to