다음을 통해 공유


DataViewTypeManager.Register 메서드

정의

오버로드

Register(DataViewType, Type, DataViewTypeAttribute)

이 함수는 dataViewType ML.NET의 형식 시스템에서 데이터를 type 표현해야 한다고 지시합니다. 등록된 형식은 type 표준 C# 개체의 형식이어야 합니다.

Register(DataViewType, Type, IEnumerable<Attribute>)
사용되지 않음.
사용되지 않음.

이 함수는 dataViewType ML.NET의 형식 시스템에서 데이터를 type 표현해야 한다고 지시합니다. 등록된 형식은 type 표준 C# 개체의 형식이어야 합니다.

Register(DataViewType, Type, DataViewTypeAttribute)

이 함수는 dataViewType ML.NET의 형식 시스템에서 데이터를 type 표현해야 한다고 지시합니다. 등록된 형식은 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.

이 함수는 dataViewType ML.NET의 형식 시스템에서 데이터를 type 표현해야 한다고 지시합니다. 등록된 형식은 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연결된 s입니다 type.

특성

적용 대상