Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig

import type { GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Provides details for how an evaluation job sends email alerts based on the results of a run.

interface GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig {
email?: string;
minAcceptableMeanAveragePrecision?: number;
}

§Properties

§
email?: string
[src]

Required. An email address to send alerts to.

§
minAcceptableMeanAveragePrecision?: number
[src]

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.