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

ModelInformation 构造函数

定义

重载

ModelInformation()
ModelInformation(String, Nullable<Int32>)

ModelInformation()

Source:
ModelInformation.cs
public ModelInformation ();
Public Sub New ()

适用于

ModelInformation(String, Nullable<Int32>)

Source:
ModelInformation.cs
public ModelInformation (string description, int? estimatedModelSizeInMegabytes = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ModelInformation : string * Nullable<int> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ModelInformation
Public Sub New (description As String, Optional estimatedModelSizeInMegabytes As Nullable(Of Integer) = Nothing)

参数

description
String
estimatedModelSizeInMegabytes
Nullable<Int32>

适用于