ConversationAnalysisAuthoringClient.GetExportedModel(String, String) Method
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.
Initializes a new instance of ConversationAuthoringModels.
public virtual Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedModel GetExportedModel(string projectName, string exportedModelName);
abstract member GetExportedModel : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedModel
override this.GetExportedModel : string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringExportedModel
Public Overridable Function GetExportedModel (projectName As String, exportedModelName As String) As ConversationAuthoringExportedModel
Parameters
- projectName
- String
The project name to use for this subclient.
- exportedModelName
- String
The exported model name to use for this subclient.