HierarchicalModel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HierarchicalModel()
- Source:
- HierarchicalModel.cs
- Source:
- HierarchicalModel.cs
public HierarchicalModel ();
Public Sub New ()
S’applique à
HierarchicalModel(String, IList<String>, PrebuiltDomainObject, IList<String>)
- Source:
- HierarchicalModel.cs
public HierarchicalModel (string name = default, System.Collections.Generic.IList<string> children = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject inherits = default, System.Collections.Generic.IList<string> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel : string * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel
Public Sub New (Optional name As String = Nothing, Optional children As IList(Of String) = Nothing, Optional inherits As PrebuiltDomainObject = Nothing, Optional roles As IList(Of String) = Nothing)
Paramètres
- name
- String
- inherits
- PrebuiltDomainObject
S’applique à
HierarchicalModel(String, IList<JsonChild>, IList<JsonModelFeatureInformation>, IList<String>, PrebuiltDomainObject)
- Source:
- HierarchicalModel.cs
public HierarchicalModel (string name = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> children = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonModelFeatureInformation> features = default, System.Collections.Generic.IList<string> roles = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject inherits = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonChild> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JsonModelFeatureInformation> * System.Collections.Generic.IList<string> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomainObject -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.HierarchicalModel
Public Sub New (Optional name As String = Nothing, Optional children As IList(Of JsonChild) = Nothing, Optional features As IList(Of JsonModelFeatureInformation) = Nothing, Optional roles As IList(Of String) = Nothing, Optional inherits As PrebuiltDomainObject = Nothing)
Paramètres
- name
- String
- features
- IList<JsonModelFeatureInformation>
- inherits
- PrebuiltDomainObject
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET