PredictionTransformerBase<TModel>.GetOutputSchema 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Gets the output schema resulting from the 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。