Share via


AgentEvaluationRedactionConfiguration Class

Definition

The redaction configuration will allow the user to control what is redacted.

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

Constructors

AgentEvaluationRedactionConfiguration()

Initializes a new instance of AgentEvaluationRedactionConfiguration.

Properties

RedactScoreProperties

Redact score properties. If not specified, the default is to redact in production.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgentEvaluationRedactionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AgentEvaluationRedactionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentEvaluationRedactionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentEvaluationRedactionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AgentEvaluationRedactionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to