ModelTrainingInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- details
- ModelTrainingDetails