Share via


CustomMappingTransformer<TSrc,TDst>.GetOutputSchema Méthode

Définition

Retourne l’élément DataViewSchema qui serait produit par le transformateur appliqué à une donnée d’entrée avec le schéma 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

Paramètres

inputSchema
DataViewSchema

Retours

Implémente

S’applique à