次の方法で共有


DataViewTypeManager.Register メソッド

定義

オーバーロード

Register(DataViewType, Type, DataViewTypeAttribute)

この関数は、ML.NET の型システムのtypeデータを表現する必要があることをdataViewType示します。 登録済み type は、標準の C# オブジェクトの型である必要があります。

Register(DataViewType, Type, IEnumerable<Attribute>)
古い.
古い.

この関数は、ML.NET の型システムのtypeデータを表現する必要があることをdataViewType示します。 登録済み type は、標準の C# オブジェクトの型である必要があります。

Register(DataViewType, Type, DataViewTypeAttribute)

この関数は、ML.NET の型システムのtypeデータを表現する必要があることをdataViewType示します。 登録済み type は、標準の 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)

パラメーター

dataViewType
DataViewType

ML.NET の type 型システム内の対応する型。

type
Type

C# のネイティブ型。

typeAttribute
DataViewTypeAttribute

DataViewTypeAttribute アタッチされます type

適用対象

Register(DataViewType, Type, IEnumerable<Attribute>)

注意事項

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

注意事項

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

この関数は、ML.NET の型システムのtypeデータを表現する必要があることをdataViewType示します。 登録済み type は、標準の 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)

パラメーター

dataViewType
DataViewType

ML.NET の type 型システム内の対応する型。

type
Type

C# のネイティブ型。

typeAttributes
IEnumerable<Attribute>

Attribute接続されている types。

属性

適用対象