OnnxScoringEstimator.GetOutputSchema(SchemaShape) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le SchemaShape schéma qui sera produit par le transformateur. Utilisé pour la propagation et la vérification du schéma dans un pipeline.
public override Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
override this.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Public Overrides Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape
Paramètres
- inputSchema
- SchemaShape