DataViewTypeManager.Register Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Register(DataViewType, Type, DataViewTypeAttribute) |
Эта функция сообщает, что |
Register(DataViewType, Type, IEnumerable<Attribute>) |
Устаревшие..
Устаревшие..
Эта функция сообщает, что |
Register(DataViewType, Type, DataViewTypeAttribute)
Эта функция сообщает, что dataViewType
должно представлять данные в type
системе типов ML.NET. Зарегистрированный 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
Соответствующий type
тип в системе типов ML.NET.
- 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
должно представлять данные в type
системе типов ML.NET. Зарегистрированный 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
Соответствующий type
тип в системе типов ML.NET.
- type
- Type
Собственный тип в C#.
- typeAttributes
- IEnumerable<Attribute>
Присоединенные Attributeк type
.
- Атрибуты