Data Labeling v1beta1 API - Class EvaluationJobAlertConfig (2.0.0-beta03)

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.

Inheritance

object > EvaluationJobAlertConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

EvaluationJobAlertConfig()

public EvaluationJobAlertConfig()

EvaluationJobAlertConfig(EvaluationJobAlertConfig)

public EvaluationJobAlertConfig(EvaluationJobAlertConfig other)
Parameter
NameDescription
otherEvaluationJobAlertConfig

Properties

Email

public string Email { get; set; }

Required. An email address to send alerts to.

Property Value
TypeDescription
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
TypeDescription
double