PredictionTransformerBase<TModel>.GetOutputSchema 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所產生的輸出架構 Transform(IDataView)
public abstract Microsoft.ML.DataViewSchema GetOutputSchema (Microsoft.ML.DataViewSchema inputSchema);
abstract member GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public MustOverride Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema
參數
- inputSchema
- DataViewSchema
DataViewSchema輸入資料的 。
傳回
結果為 DataViewSchema。