CustomMappingFactoryAttributeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将此属性置于类型上,使其被视为自定义映射工厂。
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class CustomMappingFactoryAttributeAttribute : Microsoft.ML.ExtensionBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type CustomMappingFactoryAttributeAttribute = class
inherit ExtensionBaseAttribute
Public NotInheritable Class CustomMappingFactoryAttributeAttribute
Inherits ExtensionBaseAttribute
- 继承
- 属性
构造函数
CustomMappingFactoryAttributeAttribute(String) |
将此属性置于类型上,使其被视为自定义映射工厂。 |
属性
ContractName |
将此属性置于类型上,使其被视为自定义映射工厂。 (继承自 ExtensionBaseAttribute) |