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

AgentTaxonomyInput Class

Definition

Input configuration for the evaluation taxonomy when the input type is agent.

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

Constructors

Name Description
AgentTaxonomyInput(AzureAIAgentTarget, IEnumerable<RiskCategory>)

Initializes a new instance of AgentTaxonomyInput.

Properties

Name Description
RiskCategories

List of risk categories to evaluate against.

Target

Target configuration for the agent.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<AgentTaxonomyInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AgentTaxonomyInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<EvaluationTaxonomyInput>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from EvaluationTaxonomyInput)
IJsonModel<EvaluationTaxonomyInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from EvaluationTaxonomyInput)
IPersistableModel<AgentTaxonomyInput>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AgentTaxonomyInput>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AgentTaxonomyInput>.Write(ModelReaderWriterOptions)
IPersistableModel<EvaluationTaxonomyInput>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from EvaluationTaxonomyInput)
IPersistableModel<EvaluationTaxonomyInput>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from EvaluationTaxonomyInput)
IPersistableModel<EvaluationTaxonomyInput>.Write(ModelReaderWriterOptions) (Inherited from EvaluationTaxonomyInput)

Applies to