你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataSourceAuthentication.PersistableModelCreateCore Method

Definition

protected virtual Azure.AI.OpenAI.Chat.DataSourceAuthentication PersistableModelCreateCore(BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
abstract member PersistableModelCreateCore : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.AI.OpenAI.Chat.DataSourceAuthentication
override this.PersistableModelCreateCore : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.AI.OpenAI.Chat.DataSourceAuthentication
Protected Overridable Function PersistableModelCreateCore (data As BinaryData, options As ModelReaderWriterOptions) As DataSourceAuthentication

Parameters

data
BinaryData

The data to parse.

options
ModelReaderWriterOptions

The client options for reading and writing models.

Returns

Applies to