Share via


AgentVersionCreationOptions Class

Definition

The AgentVersionCreationOptions.

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

Constructors

Name Description
AgentVersionCreationOptions(AgentDefinition)

Initializes a new instance of AgentVersionCreationOptions.

Properties

Name Description
Definition
Description

A human-readable description of the agent.

Metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.

Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

Methods

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

Explicit Interface Implementations

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

Applies to