SingleLabelClassifyAction(String, String) Constructor
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 the SingleLabelClassifyAction class which allows callers to specify details about how to execute a Single Label Classification action on a set of documents. Sets the ProjectName and DeploymentName properties.
public SingleLabelClassifyAction (string projectName, string deploymentName);
new Azure.AI.TextAnalytics.SingleLabelClassifyAction : string * string -> Azure.AI.TextAnalytics.SingleLabelClassifyAction
Public Sub New (projectName As String, deploymentName As String)
Parameters
- projectName
- String
The target project name used in the Single Label Classification action.
- deploymentName
- String
The deployment name used in the Single Label Classification action.