TextLoader.GetOutputSchema Method

Definition

The output DataViewSchema that will be produced by the loader.

public Microsoft.ML.DataViewSchema GetOutputSchema ();
abstract member GetOutputSchema : unit -> Microsoft.ML.DataViewSchema
override this.GetOutputSchema : unit -> Microsoft.ML.DataViewSchema
Public Function GetOutputSchema () As DataViewSchema

Returns

Implements

Applies to