CustomPrebuiltModel 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
CustomPrebuiltModel() | |
CustomPrebuiltModel(Guid, String, String, Nullable<Int32>, String, String, IList<EntityRole>) |
CustomPrebuiltModel()
- Source:
- CustomPrebuiltModel.cs
- Source:
- CustomPrebuiltModel.cs
public CustomPrebuiltModel ();
Public Sub New ()
Applies to
CustomPrebuiltModel(Guid, String, String, Nullable<Int32>, String, String, IList<EntityRole>)
- Source:
- CustomPrebuiltModel.cs
- Source:
- CustomPrebuiltModel.cs
public CustomPrebuiltModel (Guid id, string readableType, string name = default, int? typeId = default, string customPrebuiltDomainName = default, string customPrebuiltModelName = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> roles = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.CustomPrebuiltModel : Guid * string * string * Nullable<int> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EntityRole> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.CustomPrebuiltModel
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional customPrebuiltDomainName As String = Nothing, Optional customPrebuiltModelName As String = Nothing, Optional roles As IList(Of EntityRole) = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- customPrebuiltDomainName
- String
- customPrebuiltModelName
- String
- roles
- IList<EntityRole>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET