Sdílet prostřednictvím


QuestionAnsweringProject(String, String) Constructor

Definition

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.

Applies to