GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig constructor

GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig({
  1. String? email,
  2. double? minAcceptableMeanAveragePrecision,
})

Implementation

GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig({
  this.email,
  this.minAcceptableMeanAveragePrecision,
});