Поделиться через


SearchConfigurationList Class

Definition

A list of search configurations currently used by the bing_custom_search tool.

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

Constructors

SearchConfigurationList(IEnumerable<SearchConfiguration>)

Initializes a new instance of SearchConfigurationList.

Properties

SearchConfigurations

The connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchConfigurationList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SearchConfigurationList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchConfigurationList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchConfigurationList>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SearchConfigurationList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to