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