CustomMappingTransformer<TSrc,TDst>.GetOutputSchema 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳 DataViewSchema 回由套用至具有架構 inputSchema
之輸入資料之轉換程式所產生的 。
public Microsoft.ML.DataViewSchema GetOutputSchema(Microsoft.ML.DataViewSchema inputSchema);
abstract member GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
override this.GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema
參數
- inputSchema
- DataViewSchema