SchemaShape(IEnumerable<SchemaShape.Column>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public SchemaShape (System.Collections.Generic.IEnumerable<Microsoft.ML.SchemaShape.Column> columns);
new Microsoft.ML.SchemaShape : seq<Microsoft.ML.SchemaShape.Column> -> Microsoft.ML.SchemaShape
Public Sub New (columns As IEnumerable(Of SchemaShape.Column))
Parâmetros
- columns
- IEnumerable<SchemaShape.Column>