次の方法で共有


ModelInformation コンストラクター

定義

オーバーロード

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

ModelInformation()

ソース:
ModelInformation.cs
public ModelInformation ();
Public Sub New ()

適用対象

ModelInformation(String, Nullable<Int32>)

ソース:
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>

適用対象