DataViewTypeManager.Register Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Register(DataViewType, Type, DataViewTypeAttribute) |
Questa funzione indica che |
| Register(DataViewType, Type, IEnumerable<Attribute>) |
Obsoleti.
Obsoleti.
Questa funzione indica che |
Register(DataViewType, Type, DataViewTypeAttribute)
- Origine:
- DataViewTypeManager.cs
- Origine:
- DataViewTypeManager.cs
- Origine:
- DataViewTypeManager.cs
Questa funzione indica che dataViewType deve essere la rappresentazione dei dati in type nel sistema dei tipi di ML.NET. Il record type deve essere un tipo di oggetto C# standard.
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)
Parametri
- dataViewType
- DataViewType
Tipo corrispondente di nel sistema di type tipi di ML.NET.
- type
- Type
Tipo nativo in C#.
- typeAttribute
- DataViewTypeAttribute
Oggetto DataViewTypeAttribute associato a type.
Si applica a
Register(DataViewType, Type, IEnumerable<Attribute>)
- Origine:
- DataViewTypeManager.cs
- Origine:
- DataViewTypeManager.cs
- Origine:
- DataViewTypeManager.cs
Attenzione
This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.
Attenzione
This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.
Questa funzione indica che dataViewType deve essere la rappresentazione dei dati in type nel sistema dei tipi di ML.NET. Il record type deve essere un tipo di oggetto C# standard.
[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)
Parametri
- dataViewType
- DataViewType
Tipo corrispondente di nel sistema di type tipi di ML.NET.
- type
- Type
Tipo nativo in C#.
- typeAttributes
- IEnumerable<Attribute>
Oggetto Attributeassociato a type.
- Attributi