Share via


BingCustomSearchConfiguration Class

Definition

A bing custom search configuration.

public class BingCustomSearchConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.BingCustomSearchConfiguration>
type BingCustomSearchConfiguration = class
    interface IJsonModel<BingCustomSearchConfiguration>
    interface IPersistableModel<BingCustomSearchConfiguration>
Public Class BingCustomSearchConfiguration
Implements IJsonModel(Of BingCustomSearchConfiguration), IPersistableModel(Of BingCustomSearchConfiguration)
Inheritance
BingCustomSearchConfiguration
Implements

Constructors

Name Description
BingCustomSearchConfiguration(String, String)

Initializes a new instance of BingCustomSearchConfiguration.

Properties

Name Description
Count

The number of search results to return in the bing api response.

Freshness

Filter search results by a specific time range. See accepted values here.

InstanceName

Name of the custom configuration instance given to config.

Market

The market where the results come from.

ProjectConnectionId

Project connection id for grounding with bing search.

SetLang

The language to use for user interface strings when calling Bing API.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BingCustomSearchConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<BingCustomSearchConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<BingCustomSearchConfiguration>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<BingCustomSearchConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<BingCustomSearchConfiguration>.Write(ModelReaderWriterOptions)

Applies to