Compartilhar via


ModelInformation Construtores

Definição

Sobrecargas

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

ModelInformation()

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

Aplica-se a

ModelInformation(String, Nullable<Int32>)

Origem:
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)

Parâmetros

description
String
estimatedModelSizeInMegabytes
Nullable<Int32>

Aplica-se a