DataViewTypeManager.Register Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Register(DataViewType, Type, DataViewTypeAttribute) |
Diese Funktion teilt mit, dass |
| Register(DataViewType, Type, IEnumerable<Attribute>) |
Veraltet.
Veraltet.
Diese Funktion teilt mit, dass |
Register(DataViewType, Type, DataViewTypeAttribute)
- Quelle:
- DataViewTypeManager.cs
- Quelle:
- DataViewTypeManager.cs
- Quelle:
- DataViewTypeManager.cs
Diese Funktion teilt mit, dass dataViewType daten im type Typsystem ML.NET dargestellt werden sollen. Die registrierung type muss der Typ eines C#-Standardobjekts sein.
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)
Parameter
- dataViewType
- DataViewType
Der entsprechende Typ des type Typsystems ML.NET.
- type
- Type
Nativer Typ in C#.
- typeAttribute
- DataViewTypeAttribute
Der DataViewTypeAttribute angefügte typeWert .
Gilt für:
Register(DataViewType, Type, IEnumerable<Attribute>)
- Quelle:
- DataViewTypeManager.cs
- Quelle:
- DataViewTypeManager.cs
- Quelle:
- DataViewTypeManager.cs
Achtung
This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.
Achtung
This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.
Diese Funktion teilt mit, dass dataViewType daten im type Typsystem ML.NET dargestellt werden sollen. Die registrierung type muss der Typ eines C#-Standardobjekts sein.
[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)
Parameter
- dataViewType
- DataViewType
Der entsprechende Typ des type Typsystems ML.NET.
- type
- Type
Nativer Typ in C#.
- typeAttributes
- IEnumerable<Attribute>
Die Attributemit type.
- Attribute