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

AgentRecord Class

Definition

The AgentRecord.

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

Properties

Name Description
Id

The unique identifier of the agent.

Name

The name of the agent.

Versions

The latest version of the agent.

Methods

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

Explicit Interface Implementations

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

Applies to