Share via


ModelInformation Constructors

Definition

Overloads

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

ModelInformation()

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

Applies to

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)

Parameters

description
String
estimatedModelSizeInMegabytes
Nullable<Int32>

Applies to