Udostępnij przez


PredictionTransformerBase<TModel>.GetOutputSchema Metoda

Definicja

Pobiera schemat wyjściowy wynikowy z elementu 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

Parametry

inputSchema
DataViewSchema

Wartość DataViewSchema danych wejściowych.

Zwraca

DataViewSchemaWynikowy element .

Implementuje

Dotyczy