ContentFilterConfiguration(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 ContentFilterConfiguration.
public ContentFilterConfiguration(string policyName);
new Azure.AI.Extensions.OpenAI.ContentFilterConfiguration : string -> Azure.AI.Extensions.OpenAI.ContentFilterConfiguration
Public Sub New (policyName As String)
Parameters
- policyName
- String
The name of the responsible AI policy to apply.
Exceptions
policyName is null.