Compartir a través de


ModelInformation Constructores

Definición

Sobrecargas

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

ModelInformation()

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

Se aplica a

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)

Parámetros

description
String
estimatedModelSizeInMegabytes
Nullable<Int32>

Se aplica a