TextAnalysisAuthoringClient.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 TextAuthoringExportedModel.
public virtual Azure.AI.Language.Text.Authoring.TextAuthoringExportedModel GetExportedModel(string projectName, string exportedModelName);
abstract member GetExportedModel : string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringExportedModel
override this.GetExportedModel : string * string -> Azure.AI.Language.Text.Authoring.TextAuthoringExportedModel
Public Overridable Function GetExportedModel (projectName As String, exportedModelName As String) As TextAuthoringExportedModel
Parameters
- projectName
- String
The project name to use for this subclient.
- exportedModelName
- String
The exported model name to use for this subclient.