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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e class provides functionality for configuring email alerts based on evaluation job results, allowing for notifications when certain performance thresholds are not met.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a part of the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1\u003c/code\u003e namespace and is defined in the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1.dll\u003c/code\u003e assembly, offering specific data labeling functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows specification of an email address for receiving alerts, as well as setting a minimum mean average precision threshold via the \u003ccode\u003eEmail\u003c/code\u003e and \u003ccode\u003eMinAcceptableMeanAveragePrecision\u003c/code\u003e properties respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating an \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e instance: one is parameterless and the other takes another \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThis 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.\u003c/p\u003e\n"]]],[],null,[]]