Compartilhar via


ProjectsAgentVersionCreationOptions Class

Definition

The ProjectsAgentVersionCreationOptions.

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

Constructors

Name Description
ProjectsAgentVersionCreationOptions(ProjectsAgentDefinition)

Initializes a new instance of ProjectsAgentVersionCreationOptions.

Properties

Name Description
BlueprintReference

The blueprint reference for the agent.

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<ProjectsAgentVersionCreationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ProjectsAgentVersionCreationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ProjectsAgentVersionCreationOptions>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ProjectsAgentVersionCreationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ProjectsAgentVersionCreationOptions>.Write(ModelReaderWriterOptions)

Applies to