Share via


EvaluationSchedule Class

Definition

Evaluation Schedule Definition.

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

Constructors

EvaluationSchedule(ApplicationInsightsConfiguration, IDictionary<String,EvaluatorConfiguration>, Trigger)

Initializes a new instance of EvaluationSchedule.

Properties

Data

Data for evaluation.

Description

Description of the evaluation. It can be used to store additional information about the evaluation and is mutable.

Evaluators

Evaluators to be used for the evaluation.

Name

Name of the schedule, which also serves as the unique identifier for the evaluation.

Properties

Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed.

ProvisioningStatus

Status of the evaluation. It is set by service and is read-only.

SystemData

Metadata containing createdBy and modifiedBy information.

Tags

Evaluation's tags. Unlike properties, tags are fully mutable.

Trigger

Trigger for the evaluation. Please note Trigger is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CronTrigger and RecurrenceTrigger.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EvaluationSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EvaluationSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EvaluationSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EvaluationSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EvaluationSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to