public sealed class EvaluationJobAlertConfig : IMessage<EvaluationJobAlertConfig>, IEquatable<EvaluationJobAlertConfig>, IDeepCloneable<EvaluationJobAlertConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class EvaluationJobAlertConfig.
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\u003eThis document provides reference documentation for the \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e class within the Data Labeling v1beta1 API, specifically for the .NET environment, with the latest version being 2.0.0-beta05.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e class, which inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, details how an evaluation job will send email alerts regarding its results.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one, and one that accepts another \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e object as a parameter for the purposes of copying.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvaluationJobAlertConfig\u003c/code\u003e class includes properties for setting the email address to send alerts to, and a minimum acceptable mean average precision threshold (\u003ccode\u003eMinAcceptableMeanAveragePrecision\u003c/code\u003e) to trigger these alerts.\u003c/p\u003e\n"]]],[],null,[]]