public sealed class EvaluationJobAlertConfig : IMessage<EvaluationJobAlertConfig>, IEquatable<EvaluationJobAlertConfig>, IDeepCloneable<EvaluationJobAlertConfig>, IBufferMessage, IMessage
Provides details for how an evaluation job sends email alerts based on the
results of a run.
public double MinAcceptableMeanAveragePrecision { get; set; }
Required. A number between 0 and 1 that describes a minimum mean average
precision threshold. When the evaluation job runs, if it calculates that
your model version's predictions from the recent interval have
[meanAveragePrecision][google.cloud.datalabeling.v1beta1.PrCurve.mean_average_precision] below this
threshold, then it sends an alert to your specified email.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EvaluationJobAlertConfig` class provides functionality for configuring email alerts based on evaluation job results, allowing for notifications when certain performance thresholds are not met."],["This class is a part of the `Google.Cloud.DataLabeling.V1Beta1` namespace and is defined in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly, offering specific data labeling functionalities."],["The class allows specification of an email address for receiving alerts, as well as setting a minimum mean average precision threshold via the `Email` and `MinAcceptableMeanAveragePrecision` properties respectively."],["There are two constructors available for creating an `EvaluationJobAlertConfig` instance: one is parameterless and the other takes another `EvaluationJobAlertConfig` as a parameter."],["This class is within the beta version of the API, with version 2.0.0-beta05 as the latest, and also includes previous versions 2.0.0-beta04 and 1.0.0-beta03."]]],[]]