ModelTrainingInfo Constructors

Definition

Overloads

ModelTrainingInfo()
ModelTrainingInfo(Nullable<Guid>, ModelTrainingDetails)

ModelTrainingInfo()

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

Applies to

ModelTrainingInfo(Nullable<Guid>, ModelTrainingDetails)

Source:
ModelTrainingInfo.cs
Source:
ModelTrainingInfo.cs
public ModelTrainingInfo (Guid? modelId = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingDetails details = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingInfo : Nullable<Guid> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingDetails -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ModelTrainingInfo
Public Sub New (Optional modelId As Nullable(Of Guid) = Nothing, Optional details As ModelTrainingDetails = Nothing)

Parameters

modelId
Nullable<Guid>

Applies to