EntityModelInfo 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
EntityModelInfo() | |
EntityModelInfo(Guid, String, String, Nullable<Int32>, IList<EntityRole>) |
EntityModelInfo()
- Source:
- EntityModelInfo.cs
- Source:
- EntityModelInfo.cs
public EntityModelInfo ();
Public Sub New ()
Applies to
EntityModelInfo(Guid, String, String, Nullable<Int32>, IList<EntityRole>)
- Source:
- EntityModelInfo.cs
- Source:
- EntityModelInfo.cs
public EntityModelInfo (Guid id, string readableType, string name = default, int? typeId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelInfo : Guid * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityModelInfo
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional roles As IList(Of EntityRole) = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- roles
- IList<EntityRole>
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET