IDataLoaderEstimator<TSource,TLoader>.GetOutputSchema Method
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.
The 'promise' of the output schema. It will be used for schema propagation.
public Microsoft.ML.SchemaShape GetOutputSchema ();
abstract member GetOutputSchema : unit -> Microsoft.ML.SchemaShape
Public Function GetOutputSchema () As SchemaShape