Class GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig
Provides details for how an evaluation job sends email alerts based on the results of a run.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Required. An email address to send alerts to.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
MinAcceptableMeanAveragePrecision
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 below this threshold, then it sends an alert to your specified email.
Declaration
[JsonProperty("minAcceptableMeanAveragePrecision")]
public virtual double? MinAcceptableMeanAveragePrecision { get; set; }
Property Value
Type | Description |
---|---|
double? |