Compartilhar via


CustomHealthcareActionContent(String, String) Constructor

Definition

Initializes a new instance of CustomHealthcareActionContent.

public CustomHealthcareActionContent (string projectName, string deploymentName);
new Azure.AI.Language.Text.CustomHealthcareActionContent : string * string -> Azure.AI.Language.Text.CustomHealthcareActionContent
Public Sub New (projectName As String, deploymentName As String)

Parameters

projectName
String

This field indicates the project name for the model.

deploymentName
String

This field indicates the deployment name for the model.

Exceptions

projectName or deploymentName is null.

Applies to