Share via


ModelInfo Constructors

Definition

Overloads

ModelInfo()
ModelInfo(Guid, String, String, Nullable<Int32>)

ModelInfo()

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

Applies to

ModelInfo(Guid, String, String, Nullable<Int32>)

Source:
ModelInfo.cs
Source:
ModelInfo.cs
public ModelInfo (Guid id, string readableType, string name = default, int? typeId = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelInfo : Guid * string * string * Nullable<int> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelInfo
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing)

Parameters

id
Guid
readableType
String
name
String
typeId
Nullable<Int32>

Applies to