DataViewTypeManager.Register Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Register(DataViewType, Type, DataViewTypeAttribute) |
Esta función indica que |
| Register(DataViewType, Type, IEnumerable<Attribute>) |
Obsoletos.
Obsoletos.
Esta función indica que |
Register(DataViewType, Type, DataViewTypeAttribute)
- Source:
- DataViewTypeManager.cs
- Source:
- DataViewTypeManager.cs
- Source:
- DataViewTypeManager.cs
Esta función indica que dataViewType debe ser una representación de los datos en el type sistema de tipos de ML.NET. El objeto registrado type debe ser un tipo estándar de objeto de C#.
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, Microsoft.ML.Data.DataViewTypeAttribute typeAttribute = default);
static member Register : Microsoft.ML.Data.DataViewType * Type * Microsoft.ML.Data.DataViewTypeAttribute -> unit
Public Shared Sub Register (dataViewType As DataViewType, type As Type, Optional typeAttribute As DataViewTypeAttribute = Nothing)
Parámetros
- dataViewType
- DataViewType
El tipo correspondiente de type en el sistema de tipos de ML.NET.
- type
- Type
Tipo nativo en C#.
- typeAttribute
- DataViewTypeAttribute
asociado DataViewTypeAttribute a type.
Se aplica a
Register(DataViewType, Type, IEnumerable<Attribute>)
- Source:
- DataViewTypeManager.cs
- Source:
- DataViewTypeManager.cs
- Source:
- DataViewTypeManager.cs
Precaución
This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.
Precaución
This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.
Esta función indica que dataViewType debe ser una representación de los datos en el type sistema de tipos de ML.NET. El objeto registrado type debe ser un tipo estándar de objeto de C#.
[System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)]
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes);
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes = default);
[System.Obsolete("This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)]
public static void Register(Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes);
[<System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)>]
static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit
static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit
[<System.Obsolete("This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)>]
static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit
Public Shared Sub Register (dataViewType As DataViewType, type As Type, typeAttributes As IEnumerable(Of Attribute))
Public Shared Sub Register (dataViewType As DataViewType, type As Type, Optional typeAttributes As IEnumerable(Of Attribute) = Nothing)
Parámetros
- dataViewType
- DataViewType
El tipo correspondiente de type en el sistema de tipos de ML.NET.
- type
- Type
Tipo nativo en C#.
- typeAttributes
- IEnumerable<Attribute>
Se Attributeadjunta a type.
- Atributos