Langue

DataViewTypeManager.Register Méthode

Définition

Surcharges

Nom Description
Register(DataViewType, Type, DataViewTypeAttribute)

Cette fonction indique qudataViewType'il doit s'agir de la représentation des données dans type le système de type de ML.NET. L’objet inscrit type doit être un type d’objet C# standard.

Register(DataViewType, Type, IEnumerable<Attribute>)
Obsolète.
Obsolète.

Cette fonction indique qudataViewType'il doit s'agir de la représentation des données dans type le système de type de ML.NET. L’objet inscrit type doit être un type d’objet C# standard.

Register(DataViewType, Type, DataViewTypeAttribute)

Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs

Cette fonction indique qudataViewType'il doit s'agir de la représentation des données dans type le système de type de ML.NET. L’objet inscrit type doit être un type d’objet 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)

Paramètres

dataViewType
DataViewType

Type correspondant dans type le système de type de ML.NET.

type
Type

Type natif en C#.

typeAttribute
DataViewTypeAttribute

Attaché DataViewTypeAttribute à type.

S’applique à

Register(DataViewType, Type, IEnumerable<Attribute>)

Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs
Source:
DataViewTypeManager.cs

Attention

This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.

Attention

This API is depricated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.

Cette fonction indique qudataViewType'il doit s'agir de la représentation des données dans type le système de type de ML.NET. L’objet inscrit type doit être un type d’objet 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)

Paramètres

dataViewType
DataViewType

Type correspondant dans type le système de type de ML.NET.

type
Type

Type natif en C#.

typeAttributes
IEnumerable<Attribute>

Les Attributes attachés à type.

Attributs

S’applique à