BingCustomSearchConfiguration(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 BingCustomSearchConfiguration.
public BingCustomSearchConfiguration(string projectConnectionId, string instanceName);
new Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration : string * string -> Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration
Public Sub New (projectConnectionId As String, instanceName As String)
Parameters
- projectConnectionId
- String
Project connection id for grounding with bing search.
- instanceName
- String
Name of the custom configuration instance given to config.
Exceptions
projectConnectionId or instanceName is null.