你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ModelDeprecationInfo 构造函数

定义

重载

ModelDeprecationInfo()

初始化 ModelDeprecationInfo 类的新实例。

ModelDeprecationInfo(String, String)

初始化 ModelDeprecationInfo 类的新实例。

ModelDeprecationInfo()

初始化 ModelDeprecationInfo 类的新实例。

public ModelDeprecationInfo();
Public Sub New ()

适用于

ModelDeprecationInfo(String, String)

初始化 ModelDeprecationInfo 类的新实例。

public ModelDeprecationInfo(string fineTune = default, string inference = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ModelDeprecationInfo : string * string -> Microsoft.Azure.Management.CognitiveServices.Models.ModelDeprecationInfo
Public Sub New (Optional fineTune As String = Nothing, Optional inference As String = Nothing)

参数

fineTune
String

弃用 fineTune 模型的日期时间。

inference
String

弃用推理模型的日期时间。

适用于