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.
Implements
IMessage<EvaluationJobAlertConfig>, IEquatable<EvaluationJobAlertConfig>, IDeepCloneable<EvaluationJobAlertConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
EvaluationJobAlertConfig()
public EvaluationJobAlertConfig()
EvaluationJobAlertConfig(EvaluationJobAlertConfig)
public EvaluationJobAlertConfig(EvaluationJobAlertConfig other)
Parameter | |
---|---|
Name | Description |
other | EvaluationJobAlertConfig |
Properties
public string Email { get; set; }
Required. An email address to send alerts to.
Property Value | |
---|---|
Type | Description |
String |
MinAcceptableMeanAveragePrecision
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.
Property Value | |
---|---|
Type | Description |
Double |