QuestionAnsweringProject(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.
Creates a new instance of the QuestionAnsweringProject class.
public QuestionAnsweringProject (string projectName, string deploymentName);
new Azure.AI.Language.QuestionAnswering.QuestionAnsweringProject : string * string -> Azure.AI.Language.QuestionAnswering.QuestionAnsweringProject
Public Sub New (projectName As String, deploymentName As String)
Parameters
- projectName
- String
The name of the project to use.
- deploymentName
- String
The deployment name of the project to use, such as "test" or "prod".
Exceptions
projectName
or deploymentName
is null.